FieldId

Type Alias FieldId 

Source
pub type FieldId = u32;
Expand description

Logical column identifier within a table.

FieldId is stored inside LogicalFieldId::field_id, which is a 32-bit lane. Keep this alias in sync with that width so table metadata and runtime identifiers can round-trip without truncation.