Skip to main content

Module group_key

Module group_key 

Source
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 FieldIndex for O(1) lookups.