Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
MaterializedView |
MaterializedView.clone() |
MaterializedView |
MaterializedView.set(String fieldName,
Object value) |
MaterializedView |
MaterializedView.setChosen(Boolean chosen)
Whether the materialized view is chosen for the query.
|
MaterializedView |
MaterializedView.setEstimatedBytesSaved(Long estimatedBytesSaved)
If present, specifies a best-effort estimation of the bytes saved by using the materialized
view rather than its base tables.
|
MaterializedView |
MaterializedView.setRejectedReason(String rejectedReason)
If present, specifies the reason why the materialized view was not chosen for the query.
|
MaterializedView |
MaterializedView.setTableReference(TableReference tableReference)
The candidate materialized view.
|
Modifier and Type | Method and Description |
---|---|
List<MaterializedView> |
MaterializedViewStatistics.getMaterializedView()
Materialized views considered for the query job.
|
Modifier and Type | Method and Description |
---|---|
MaterializedViewStatistics |
MaterializedViewStatistics.setMaterializedView(List<MaterializedView> materializedView)
Materialized views considered for the query job.
|
Copyright © 2011–2025 Google. All rights reserved.