granary.encoding
Granary_encoding.Rowid
Order-preserving int64 codec. Byte-wise comparison of encoded values yields the same ordering as Int64.compare on the original int64 values.
Int64.compare
granary
granary.block
granary.catalog
granary.columnar
granary.ivm
granary.mirage_block
granary.parallel
granary.recovery
granary.replication
granary.sample
granary.sql
granary.storage
granary.store
granary.unix
val encode : int64 -> bytes
Encode an int64 to its order-preserving byte representation.
val decode : bytes -> int64
Decode an order-preserving byte representation back to its int64.