Package | Description |
---|---|
com.google.spanner.v1 |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetStats
Additional statistics about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].
|
static class |
ResultSetStats.Builder
Additional statistics about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].
|
Modifier and Type | Method and Description |
---|---|
ResultSetStatsOrBuilder |
PartialResultSetOrBuilder.getStatsOrBuilder()
Query plan and execution statistics for the statement that produced this
streaming result set.
|
ResultSetStatsOrBuilder |
ResultSet.getStatsOrBuilder()
Query plan and execution statistics for the SQL statement that
produced this result set.
|
ResultSetStatsOrBuilder |
ResultSet.Builder.getStatsOrBuilder()
Query plan and execution statistics for the SQL statement that
produced this result set.
|
ResultSetStatsOrBuilder |
ResultSetOrBuilder.getStatsOrBuilder()
Query plan and execution statistics for the SQL statement that
produced this result set.
|
ResultSetStatsOrBuilder |
PartialResultSet.getStatsOrBuilder()
Query plan and execution statistics for the statement that produced this
streaming result set.
|
ResultSetStatsOrBuilder |
PartialResultSet.Builder.getStatsOrBuilder()
Query plan and execution statistics for the statement that produced this
streaming result set.
|
Copyright © 2022 Google LLC. All rights reserved.