operator::expr_factory

Function to_alter_table_expr

source
pub(crate) fn to_alter_table_expr(
    alter_table: AlterTable,
    query_ctx: &QueryContextRef,
) -> Result<AlterTableExpr>
Expand description

Converts a SQL alter table statement into a gRPC alter table expression.