pub type RowId = u64;
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.
ColumnStore
UInt64Array
core.rs