PbCreateMaterializedViewRequest

Type Alias PbCreateMaterializedViewRequest 

Source
pub type PbCreateMaterializedViewRequest = CreateMaterializedViewRequest;

Aliased Type§

pub struct PbCreateMaterializedViewRequest {
    pub materialized_view: Option<Table>,
    pub fragment_graph: Option<StreamFragmentGraph>,
    pub resource_type: Option<StreamingJobResourceType>,
    pub dependencies: Vec<TypedId<256, u32>>,
    pub if_not_exists: bool,
}

Fields§

§materialized_view: Option<Table>§fragment_graph: Option<StreamFragmentGraph>§resource_type: Option<StreamingJobResourceType>§dependencies: Vec<TypedId<256, u32>>

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

§if_not_exists: bool