Function operator::expr_factory::create_to_expr

source ยท
pub fn create_to_expr(
    create: &CreateTable,
    query_ctx: &QueryContextRef,
) -> Result<CreateTableExpr>
Expand description

Convert CreateTable statement to [CreateTableExpr] gRPC request.