static QueryInsightsResponse.Builder |
QueryInsightsResponse.builder() |
|
QueryInsightsResponse.Builder |
QueryInsightsResponse.Builder.outputBytes(Long outputBytes) |
Indicates the size of query result set in bytes.
|
QueryInsightsResponse.Builder |
QueryInsightsResponse.Builder.outputRows(Long outputRows) |
Indicates the total number of rows returned as part of the query result set.
|
default QueryInsightsResponse.Builder |
QueryInsightsResponse.Builder.querySpatialCoverage(Consumer<QuerySpatialCoverage.Builder> querySpatialCoverage) |
Provides insights into the spatial coverage of the query, including the table with sub-optimal (max) spatial
pruning.
|
QueryInsightsResponse.Builder |
QueryInsightsResponse.Builder.querySpatialCoverage(QuerySpatialCoverage querySpatialCoverage) |
Provides insights into the spatial coverage of the query, including the table with sub-optimal (max) spatial
pruning.
|
QueryInsightsResponse.Builder |
QueryInsightsResponse.Builder.queryTableCount(Long queryTableCount) |
Indicates the number of tables in the query.
|
default QueryInsightsResponse.Builder |
QueryInsightsResponse.Builder.queryTemporalRange(Consumer<QueryTemporalRange.Builder> queryTemporalRange) |
Provides insights into the temporal range of the query, including the table with the largest (max) time
range.
|
QueryInsightsResponse.Builder |
QueryInsightsResponse.Builder.queryTemporalRange(QueryTemporalRange queryTemporalRange) |
Provides insights into the temporal range of the query, including the table with the largest (max) time
range.
|
QueryInsightsResponse.Builder |
QueryInsightsResponse.toBuilder() |
|
QueryInsightsResponse.Builder |
QueryInsightsResponse.Builder.unloadPartitionCount(Long unloadPartitionCount) |
Indicates the partitions created by the Unload operation.
|
QueryInsightsResponse.Builder |
QueryInsightsResponse.Builder.unloadWrittenBytes(Long unloadWrittenBytes) |
Indicates the size, in bytes, written by the Unload operation.
|
QueryInsightsResponse.Builder |
QueryInsightsResponse.Builder.unloadWrittenRows(Long unloadWrittenRows) |
Indicates the rows written by the Unload query.
|