materializedView property

List<MaterializedView>? materializedView
getter/setter pair

Materialized views considered for the query job.

Only certain materialized views are used. For a detailed list, see the child message. If many materialized views are considered, then the list might be incomplete.

Implementation

core.List<MaterializedView>? materializedView;