Interface PartitionedQueryResultSet
-
- All Superinterfaces:
AutoCloseable
,ResultSet
,StructReader
public interface PartitionedQueryResultSet extends ResultSet
Result set that is returned for partitioned queries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumPartitions()
Returns the number of partitions that this result set contains.int
getParallelism()
Returns the degree of parallelism that this result set uses.-
Methods inherited from interface com.google.cloud.spanner.ResultSet
close, getCurrentRowAsStruct, getMetadata, getStats, next
-
Methods inherited from interface com.google.cloud.spanner.StructReader
getBigDecimal, getBigDecimal, getBigDecimalList, getBigDecimalList, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getBooleanList, getBooleanList, getBytes, getBytes, getBytesList, getBytesList, getColumnCount, getColumnIndex, getColumnType, getColumnType, getDate, getDate, getDateList, getDateList, getDouble, getDouble, getDoubleArray, getDoubleArray, getDoubleList, getDoubleList, getJson, getJson, getJsonList, getJsonList, getLong, getLong, getLongArray, getLongArray, getLongList, getLongList, getPgJsonb, getPgJsonb, getPgJsonbList, getPgJsonbList, getString, getString, getStringList, getStringList, getStructList, getStructList, getTimestamp, getTimestamp, getTimestampList, getTimestampList, getType, getValue, getValue, isNull, isNull
-
-