Skip to content
Snippets Groups Projects
Commit aed3ad76 authored by Cam Saul's avatar Cam Saul
Browse files

implement cumulative sum in QP

parent 376a4351
No related branches found
No related tags found
No related merge requests found
......@@ -215,8 +215,7 @@
(defn- query-is-cumulative-sum?
"Is this a cumulative sum query?"
[query]
(some->> query
:aggregation
(some->> (:aggregation query)
first
(= "cum_sum")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment