public final class ResultSetStats extends GeneratedMessageV3 implements ResultSetStatsOrBuilder
Additional statistics about a ResultSet or PartialResultSet.
Protobuf type google.spanner.v1.ResultSetStats
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ResultSetStatsImplements
ResultSetStatsOrBuilderStatic Fields
QUERY_PLAN_FIELD_NUMBER
public static final int QUERY_PLAN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
QUERY_STATS_FIELD_NUMBER
public static final int QUERY_STATS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ROW_COUNT_EXACT_FIELD_NUMBER
public static final int ROW_COUNT_EXACT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ROW_COUNT_LOWER_BOUND_FIELD_NUMBER
public static final int ROW_COUNT_LOWER_BOUND_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ResultSetStats getDefaultInstance()
Returns | |
---|---|
Type | Description |
ResultSetStats |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ResultSetStats.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ResultSetStats.Builder |
newBuilder(ResultSetStats prototype)
public static ResultSetStats.Builder newBuilder(ResultSetStats prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ResultSetStats |
Returns | |
---|---|
Type | Description |
ResultSetStats.Builder |
parseDelimitedFrom(InputStream input)
public static ResultSetStats parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ResultSetStats |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResultSetStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResultSetStats |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ResultSetStats parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ResultSetStats |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResultSetStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResultSetStats |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ResultSetStats parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
|