Liking cljdoc? Tell your friends :D

louna.q.run


aggclj

(agg dataset agg-args)
source

bindclj

(bind dataset value new-col-name)
source

caclj

(ca & cols)
source

crossJoinclj

(crossJoin df1 df2)
source

drop-colclj

(drop-col dataset & cols)
source

drop-nullsclj

(drop-nulls dataset)
(drop-nulls dataset arg1)
(drop-nulls dataset arg1 arg2)
source

fill-rowsclj

(fill-rows dataset arg1)
(fill-rows dataset arg1 arg2)
source

get-contextclj

(get-context)
source

get-sessionclj

(get-session)
source

groupByclj

(groupBy dataset & cols)
source

order-byclj

(order-by data-frame & cols)
source

qcljmacro

(q first-qform & rest-qforms)
source

renameclj

(rename data-frame names-map)
(rename data-frame exist-name new-name)
source

replace-rowsclj

(replace-rows dataset arg1 arg2)
source

run-constant-filtersclj

(run-constant-filters df constant-qvars-map)
source

saclj

(sa & strs)
source

selectclj

(select df qvars for-join?)
source

select-joinclj

(select-join df1 df2 qvars)
source

sql-selectclj

(sql-select dataset cols)
source

unionclj

(union df1 df2)
source

whereclj

(where dataset col)
source

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

× close