Module alter_table_column

Source

Functionsยง

fetch_table_catalog_for_alter
get_new_table_definition_for_cdc_table
Used in auto schema change process
get_replace_table_plan
handle_alter_table_column
Handle ALTER TABLE [ADD|DROP] COLUMN statements. The operation must be either AddColumn or DropColumn.
hijack_merger_for_target_table ๐Ÿ”’