Interface PartitionedQueryResultSet (6.62.0)

public interface PartitionedQueryResultSet extends ResultSet

Result set that is returned for partitioned queries.

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