Function operator::expr_factory::to_create_view_expr

source ยท
pub fn to_create_view_expr(
    stmt: CreateView,
    logical_plan: Vec<u8>,
    table_names: Vec<TableName>,
    columns: Vec<String>,
    plan_columns: Vec<String>,
    definition: String,
    query_ctx: QueryContextRef,
) -> Result<CreateViewExpr>
Expand description

Try to cast the [CreateViewExpr] statement into gRPC [CreateViewExpr].