Function build_executor_from_alter_expr

Source
fn build_executor_from_alter_expr(
    alter_data: &AlterTableData,
) -> AlterTableExecutor
Expand description

Builds the executor from the AlterTableData.

ยงPanics

  • If the alter kind is not set.