Expand description
FromProof + Fetch for [DocumentSplitAverages] — the
per-group-entry view of the unified getDocuments endpoint
for average queries.
Average-side analog of super::document_split_sums. Returns
the full entries list keyed by the splitting property’s
serialized value; aggregate averages use
[super::document_average::DocumentAverage] instead.
Per-shape proof dispatch lives in
[super::average_proof_helpers::verify_average_query] — this
impl passes the verified entries through unchanged, mapping
AverageEntry to SplitAverageEntry.