Interface PartitionedQueryResultSet
- All Superinterfaces:
AutoCloseable,ResultSet,StructReader
Result set that is returned for partitioned queries.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the number of partitions that this result set contains.intReturns the degree of parallelism that this result set uses.Methods inherited from interface com.google.cloud.spanner.ResultSet
close, getCurrentRowAsStruct, getMetadata, getStats, nextMethods 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, getFloat, getFloat, getFloatArray, getFloatArray, getFloatList, getFloatList, getJson, getJson, getJsonList, getJsonList, getLong, getLong, getLongArray, getLongArray, getLongList, getLongList, getPgJsonb, getPgJsonb, getPgJsonbList, getPgJsonbList, getProtoEnum, getProtoEnum, getProtoEnumList, getProtoEnumList, getProtoMessage, getProtoMessage, getProtoMessageList, getProtoMessageList, getString, getString, getStringList, getStringList, getStructList, getStructList, getTimestamp, getTimestamp, getTimestampList, getTimestampList, getType, getValue, getValue, isNull, isNull
-
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.
-