Package org.apache.arrow.adbc.core
Class AdbcStatement.PartitionResult
java.lang.Object
org.apache.arrow.adbc.core.AdbcStatement.PartitionResult
- Enclosing interface:
- AdbcStatement
The partitions of a result set.
-
Constructor Summary
ConstructorDescriptionPartitionResult
(Schema schema, long affectedRows, List<PartitionDescriptor> partitionDescriptors) -
Method Summary
Modifier and TypeMethodDescriptionlong
Get the number of affected rows, or -1 if not known.Get partitions.Get the schema of the eventual result set.toString()
-
Constructor Details
-
PartitionResult
public PartitionResult(Schema schema, long affectedRows, List<PartitionDescriptor> partitionDescriptors)
-
-
Method Details