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 SummaryConstructorsConstructorDescriptionPartitionResult(Schema schema, long affectedRows, List<PartitionDescriptor> partitionDescriptors) 
- 
Method SummaryModifier and TypeMethodDescriptionlongGet the number of affected rows, or -1 if not known.Get partitions.Get the schema of the eventual result set.toString()
- 
Constructor Details- 
PartitionResultpublic PartitionResult(Schema schema, long affectedRows, List<PartitionDescriptor> partitionDescriptors) 
 
- 
- 
Method Details