Expand description
Typed encoding boundary for the generic B-tree layer.
The raw tree only understands ordered key bytes and opaque value bytes. KeyValueCodec is the
hook that lets higher layers project typed data onto that raw representation without teaching
the B-tree anything about tables, rows, or indexes.