| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
SearchStatistics |
SearchStatistics.clone() |
SearchStatistics |
JobStatistics2.getSearchStatistics()
Output only.
|
SearchStatistics |
SearchStatistics.set(String fieldName,
Object value) |
SearchStatistics |
SearchStatistics.setIndexPruningStats(List<IndexPruningStats> indexPruningStats)
Search index pruning statistics, one for each base table that has a search index.
|
SearchStatistics |
SearchStatistics.setIndexUnusedReasons(List<IndexUnusedReason> indexUnusedReasons)
When `indexUsageMode` is `UNUSED` or `PARTIALLY_USED`, this field explains why indexes were not
used in all or part of the search query.
|
SearchStatistics |
SearchStatistics.setIndexUsageMode(String indexUsageMode)
Specifies the index usage mode for the query.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatistics2 |
JobStatistics2.setSearchStatistics(SearchStatistics searchStatistics)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.