Interface CloudSpannerJdbcPartitionedQueryResultSet

All Superinterfaces:
AutoCloseable, ResultSet, Wrapper

public interface CloudSpannerJdbcPartitionedQueryResultSet extends ResultSet
Result set that is returned for partitioned queries, e.g. for 'run partitioned query select ...' or for CloudSpannerJdbcPreparedStatement.runPartitionedQuery(PartitionOptions, QueryOption...).
  • Method Details

    • getNumPartitions

      int getNumPartitions()
      Returns the number of partitions that this result set contains.
    • getParallelism

      int getParallelism()
      Returns the degree of parallelism that this result set uses.