Liking cljdoc? Tell your friends :D

metabase.query-processor.middleware.cumulative-aggregations

Middlware for handling cumulative count and cumulative sum aggregations.

Middlware for handling cumulative count and cumulative sum aggregations.
raw docstring

handle-cumulative-aggregationsclj

(handle-cumulative-aggregations qp)

Middleware that implements cum-count and cum-sum aggregations. These clauses are replaced with count and sum clauses respectively and summation is performed on results in Clojure-land.

Middleware that implements `cum-count` and `cum-sum` aggregations. These clauses are replaced with `count` and `sum`
clauses respectively and summation is performed on results in Clojure-land.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close