operator::expr_helper

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.