allowNonIncrementalDefinition property

bool? allowNonIncrementalDefinition
getter/setter pair

This option declares the intention to construct a materialized view that isn't refreshed incrementally.

Non-incremental materialized views support an expanded range of SQL queries. The allow_non_incremental_definition option can't be changed after the materialized view is created.

Optional.

Implementation

core.bool? allowNonIncrementalDefinition;