Class AdbcStatement.PartitionResult

java.lang.Object
org.apache.arrow.adbc.core.AdbcStatement.PartitionResult
Enclosing interface:
AdbcStatement

public static class AdbcStatement.PartitionResult extends Object
The partitions of a result set.
  • Constructor Details

  • Method Details

    • getSchema

      public Schema getSchema()
      Get the schema of the eventual result set.
    • getAffectedRows

      public long getAffectedRows()
      Get the number of affected rows, or -1 if not known.
    • getPartitionDescriptors

      public List<PartitionDescriptor> getPartitionDescriptors()
      Get partitions.
    • toString

      public String toString()
      Overrides:
      toString in class Object