Expand description
Zero-deserialization aggregate computation on raw MessagePack documents.
Replaces compute_aggregate(op, field, docs: &[serde_json::Value]) with
direct binary field extraction. Each document is &[u8] (MessagePack map).
When an expression is provided, decodes msgpack → nodedb_types::Value
directly (no JSON intermediate) and evaluates the expression once per document.
Functions§
- compute_
aggregate_ binary - Compute an aggregate function over raw MessagePack documents.