risingwave_pb::ddl_service

Type Alias PbCreateMaterializedViewRequest

source
pub type PbCreateMaterializedViewRequest = CreateMaterializedViewRequest;
Expand description

Aliased Type§

struct PbCreateMaterializedViewRequest {
    pub materialized_view: Option<Table>,
    pub fragment_graph: Option<StreamFragmentGraph>,
    pub backfill: i32,
    pub dependencies: Vec<u32>,
    pub specific_resource_group: Option<String>,
}

Fields§

§materialized_view: Option<Table>§fragment_graph: Option<StreamFragmentGraph>§backfill: i32§dependencies: Vec<u32>

The list of object IDs that this materialized view depends on.

§specific_resource_group: Option<String>

The specific resource group to use for the materialized view. If not set, the database resource group is used.