pub async fn create_materialized_view(
configuration: &Configuration,
id: &str,
create_materialized_view_request: CreateMaterializedViewRequest,
delimiter: Option<&str>,
) -> Result<CreateMaterializedViewResponse, Error<CreateMaterializedViewError>>Expand description
Create a materialized view at identifier id. The view may be query-backed, UDTF-backed, or chunker-backed, controlled by the kind discriminator.