Liking cljdoc? Tell your friends :D

louna.datasets.sql-functions


avgclj

(avg col1)
source

coalesceclj

(coalesce & cols)
source

colcljmultimethod

source

count_clj

(count_ col1)
source

countDistinctclj

(countDistinct col1 & cols)
source

litclj

(lit value)
source

lowerclj

(lower col1)
source

max_clj

(max_ col1)
source

meanclj

(mean col1)
source

min_clj

(min_ col1)
source

pairclj

(pair & col-names)
source

powclj

(pow col1 col2)
source

regexp_replaceclj

(regexp_replace col1 pattern replacement)
source

roundclj

(round col1)
(round col1 scale)
source

splitclj

(split col1 pattern)
source

struct_clj

(struct_ & col-names)
source

sumclj

(sum col1)
source

upperclj

(upper col1)
source

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

× close