pub type NodeId = u64;
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.
NodeId