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
ConstructorsConstructorDescriptionPartitionResult(@Nullable Schema schema, long affectedRows, List<PartitionDescriptor> partitionDescriptors) -
Method Summary
-
Constructor Details
-
PartitionResult
public PartitionResult(@Nullable Schema schema, long affectedRows, List<PartitionDescriptor> partitionDescriptors)
-
-
Method Details