TableId

Type Alias TableId 

Source
pub type TableId = u16;
Expand description

Unique identifier for a table.

Table IDs are 16-bit unsigned integers, allowing up to 65,535 tables per database. This type is embedded in LogicalFieldId to associate columns with tables.

ยงSpecial Values

  • Table ID 0 is reserved for the system catalog
  • User tables receive IDs starting from 1