Liking cljdoc? Tell your friends :D

eva.query.dialect.aggregates

Aggregates usable in the :find specification of queries.

Aggregates usable in the :find specification of queries.
raw docstring

avgclj

(avg c)
source

count-distinctclj

source

maxclj

(max xs)
(max n xs)
source

medianclj

(median c)
source

minclj

(min xs)
(min n xs)
source

randclj

(rand n c)
source

sampleclj

(sample n c)
source

sumclj

(sum c)
source

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

× close