Interface CloudSpannerJdbcPartitionedQueryResultSet (2.16.1)

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...).

Implements

ResultSet

Methods

getNumPartitions()

public abstract int getNumPartitions()

Returns the number of partitions that this result set contains.

Returns
TypeDescription
int

getParallelism()

public abstract int getParallelism()

Returns the degree of parallelism that this result set uses.

Returns
TypeDescription
int