Module create_materialized_view_request

Source
Expand description

Nested message and enum types in CreateMaterializedViewRequest.

Enums§

BackfillType
If SERVERLESS, the materialized view should be created using serverless backfill For that the controller will create a new compute node, which does backfilling and then is deleted. May alleviate pressure on the cluster during backfill process.

Type Aliases§

PbBackfillType
Alias for BackfillType.