Structs§
- Column
Catalog - Column
Desc - Column
Id - Column ID is the unique identifier of a column in a table. Different from table ID, column ID is not globally unique.
Enums§
Functions§
- columns_
extend - debug_
assert_ column_ ids_ distinct - max_
column_ id - FIXME: Perhaps we should use sth like
ColumnIdGenerator::new_alter
, However, theSourceVersion
is problematic: It doesn’t containnext_col_id
. (But for now this isn’t a large problem, since drop column is not allowed for source yet..)