| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
IndexPruningStats |
IndexPruningStats.clone() |
IndexPruningStats |
IndexPruningStats.set(String fieldName,
Object value) |
IndexPruningStats |
IndexPruningStats.setBaseTable(TableReference baseTable)
The base table reference.
|
IndexPruningStats |
IndexPruningStats.setIndexId(String indexId)
The index id.
|
IndexPruningStats |
IndexPruningStats.setPostIndexPruningParallelInputCount(Long postIndexPruningParallelInputCount)
The number of parallel inputs after index pruning.
|
IndexPruningStats |
IndexPruningStats.setPreIndexPruningParallelInputCount(Long preIndexPruningParallelInputCount)
The number of parallel inputs before index pruning.
|
| Modifier and Type | Method and Description |
|---|---|
List<IndexPruningStats> |
SearchStatistics.getIndexPruningStats()
Search index pruning statistics, one for each base table that has a search index.
|
| Modifier and Type | Method and Description |
|---|---|
SearchStatistics |
SearchStatistics.setIndexPruningStats(List<IndexPruningStats> indexPruningStats)
Search index pruning statistics, one for each base table that has a search index.
|
Copyright © 2011–2025 Google. All rights reserved.