Liking cljdoc? Tell your friends :D

sparq-yoots.sql.core


-colclj

(-col name func as)
source

aggregateclj

(aggregate df col & cols)
source

andclj

(and & cols)
source

arrayclj

(array col & cols)
source

bool-colclj

(bool-col index row & {:keys [nullable] :or {nullable true}})
source

byte-colclj

(byte-col index row & {:keys [nullable] :or {nullable true}})
source

cacheclj

(cache df)
source

callclj

(call c func as & args)
source

colclj

(col name & {:keys [as] :or {as nil}})
source

col-arrayclj

(col-array xs)
source

collectclj

(collect df)
source

column-arrayclj

(column-array c & cols)
source

countclj

(count name & {:keys [as] :or {as nil}})
source

date-colclj

(date-col index row & {:keys [nullable] :or {nullable true}})
source

date_addclj

(date_add name days & {:keys [as] :or {as nil}})
source

date_formatclj

(date_format name fmt & {:keys [as] :or {as nil}})
source

date_subclj

(date_sub name days & {:keys [as] :or {as nil}})
source

double-colclj

(double-col index row & {:keys [nullable] :or {nullable true}})
source

drop-duplicatesclj

(drop-duplicates df & cols)
source

dropsclj

(drops df & cols)
source

exprclj

(expr expr & {:keys [as] :or {as nil}})
source

filterclj

(filter df condition)
source

float-colclj

(float-col index row & {:keys [nullable] :or {nullable true}})
source

groupbyclj

(groupby df col & cols)
source

int-colclj

(int-col index row & {:keys [nullable] :or {nullable true}})
source

invalid-column-type-exceptionclj

(invalid-column-type-exception x)
source

list-colclj

(list-col index row & {:keys [nullable] :or {nullable true}})
source

litclj

(lit name & {:keys [cast as] :or {cast nil as nil}})
source

long-colclj

(long-col index row & {:keys [nullable] :or {nullable true}})
source

map-colclj

(map-col index row & {:keys [nullable] :or {nullable true}})
source

orclj

(or & cols)
source

overclj

(over _expr window & {:keys [as] :or {as nil}})
source

register-functionclj

(register-function sql-context name func ret-type)

Registers UDF function. function should include argument type hints.

Registers UDF function.
`function` should include argument type hints.
sourceraw docstring

renamesclj

(renames df cols)
source

rowclj

(row xs)
source

selectclj

(select df col & cols)
source

sizeclj

(size name & {:keys [as] :or {as nil}})
source

sortclj

(sort df col & cols)
source

sort-within-partitionsclj

(sort-within-partitions df col & cols)
source

string-arrayclj

(string-array xs)
source

string-colclj

(string-col index row & {:keys [nullable] :or {nullable true}})
source

structclj

(struct & cols)
source

struct-colclj

(struct-col index row & {:keys [nullable] :or {nullable true}})
source

timestamp-colclj

(timestamp-col index row & {:keys [nullable] :or {nullable true}})
source

udfclj

(udf name as & cols)
source

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

× close