Interface protos.google.spanner.v1.IResultSetStats

Properties of a ResultSetStats.

Package

@google-cloud/spanner!

Properties

queryPlan

queryPlan?: (google.spanner.v1.IQueryPlan|null);

ResultSetStats queryPlan

Property Value
TypeDescription
(google.spanner.v1.IQueryPlan|null)

queryStats

queryStats?: (google.protobuf.IStruct|null);

ResultSetStats queryStats

Property Value
TypeDescription
(google.protobuf.IStruct|null)

rowCountExact

rowCountExact?: (number|Long|string|null);

ResultSetStats rowCountExact

Property Value
TypeDescription
(number|Long|string|null)

rowCountLowerBound

rowCountLowerBound?: (number|Long|string|null);

ResultSetStats rowCountLowerBound

Property Value
TypeDescription
(number|Long|string|null)