Skip to main content

NodeId

Type Alias NodeId 

Source
pub type NodeId = u64;
Expand description

Stable identifier for the value an index node points back to.

The storage layer maps NodeId to a row key; the index is agnostic to the row format.