Function build_executor_from_alter_expr

Source
fn build_executor_from_alter_expr<'a>(
    data: &'a AlterTablesData,
) -> AlterLogicalTablesExecutor<'a>
Expand description

Builds the executor from the AlterTablesData.