Expand description
Binary group key construction for GROUP BY on raw MessagePack documents.
Builds a deterministic string key from field values extracted directly from msgpack bytes, avoiding full document decode.
Functions§
- build_
group_ key - Build a GROUP BY key string from raw msgpack bytes.
- build_
group_ key_ indexed - Build a GROUP BY key using a pre-built
FieldIndexfor O(1) lookups.