pub(crate) fn update_table_info_column_ids(
raw_table_info: &mut RawTableInfo,
column_metadatas: &[ColumnMetadata],
)
Expand description
Updates the column IDs in the table info based on the provided column metadata.
This function validates that the column metadata matches the existing table schema before updating the column ids. If the column metadata doesn’t match the table schema, the table info remains unchanged.