Expand description
Range execution paths for the sum query. Parallels count’s
execute_range_count.rs.
DriveDocumentSumQuery::execute_range_sum_no_proof— Rust-side walk viaquery_aggregate_sum(or per-In fan-out for compound shapes), returning a singleAggregateentry or per-(in_key, key) distinct entries without a proof.DriveDocumentSumQuery::execute_aggregate_sum_with_proof— grovedbAggregateSumOnRangeproof, returning a single i64 verified out of the proof.DriveDocumentSumQuery::execute_distinct_sum_with_proof— regular range proof against theProvableSumTree, returning per-keyKVSumops bound to the merk root.