Granary_encodingSourceOrder-preserving encoding of SQL values for use as B+-tree index keys. Encoded bytes compare correctly under Bytes.compare for all supported types. NULL sorts before all non-null values. Type ordering: NULL < INTEGER < REAL < TEXT < BLOB
Bitmap helpers for null-mask encoding.
Order-preserving int64 codec. Byte-wise comparison of encoded values yields the same ordering as Int64.compare on the original int64 values.
Stable 64-bit fingerprint of a table's schema *shape*, for corruption recovery (#174 / #85), schema-drift detection on open, and replication schema-matching (#92 / #172).