;; Now make a sequence of cumulative sum values for each row
...
...
@@ -47,13 +59,16 @@
(def^:private^{:arglists'([qp])}cumulative-sum
"Handle `cumulative-sum` aggregations, which is done by rewriting the aggregation as a `:sum` in pre-processing and acculumlating the results in post-processing."
"Handle `cumulative-sum` aggregations, which is done by rewriting the aggregation as a `:sum` in pre-processing and
"Handle `cumulative-count` aggregations, which is done by rewriting the aggregation as a `:count` in pre-processing and acculumlating the results in post-processing."
"Handle `cumulative-count` aggregations, which is done by rewriting the aggregation as a `:count` in pre-processing
and acculumlating the results in post-processing."
"Handle `cumulative-sum` and `cumulative-count` aggregations by rewriting the aggregations appropriately in pre-processing and accumulating the results in post-processing."
"Handle `cumulative-sum` and `cumulative-count` aggregations by rewriting the aggregations appropriately in
pre-processing and accumulating the results in post-processing."