fn build_executor_from_alter_expr<'a>(
    data: &'a AlterTablesData,
) -> AlterLogicalTablesExecutor<'a>Expand description
Builds the executor from the AlterTablesData.
fn build_executor_from_alter_expr<'a>(
    data: &'a AlterTablesData,
) -> AlterLogicalTablesExecutor<'a>Builds the executor from the AlterTablesData.