TableId

Type Alias TableId 

Source
pub type TableId = u16;
Expand description

Identifier for a logical table within a Namespace.

TableId consumes the middle 16 bits inside LogicalFieldId. Using a u16 keeps IDs compact and (more importantly) guarantees they always fit in that bitfield without extra checks.