RowId

Type Alias RowId 

Source
pub type RowId = u64;
Expand description

Row identifier for persisted data.

ColumnStore emits row ids as Arrow UInt64Arrays (see core.rs), so this alias mirrors that width to avoid casts when marshalling data in and out of the engine.