fn build_validator_from_alter_table_data<'a>(
    data: &'a AlterTablesData,
) -> AlterLogicalTableValidator<'a>Expand description
Builds the validator from the AlterTablesData.
fn build_validator_from_alter_table_data<'a>(
    data: &'a AlterTablesData,
) -> AlterLogicalTableValidator<'a>Builds the validator from the AlterTablesData.