Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
SearchStatistics |
SearchStatistics.clone() |
SearchStatistics |
JobStatistics2.getSearchStatistics()
[Output-only] Search query specific statistics.
|
SearchStatistics |
SearchStatistics.set(String fieldName,
Object value) |
SearchStatistics |
SearchStatistics.setIndexUnusedReason(List<IndexUnusedReason> indexUnusedReason)
When index_usage_mode is UNUSED or PARTIALLY_USED, this field explains why index was not used
in all or part of the search query.
|
SearchStatistics |
SearchStatistics.setIndexUsageMode(String indexUsageMode)
Specifies index usage mode for the query.
|
Modifier and Type | Method and Description |
---|---|
JobStatistics2 |
JobStatistics2.setSearchStatistics(SearchStatistics searchStatistics)
[Output-only] Search query specific statistics.
|
Copyright © 2011–2022 Google. All rights reserved.