Liking cljdoc? Tell your friends :D
Clojure only.

zero-one.geni.sql


&&clj

(&& & exprs)
source

*clj

(* & exprs)
source

+clj

(+ & exprs)
source

-clj

(- & exprs)
source

->date-colclj

source

->timestamp-colclj

source

->utc-timestampclj

source

/clj

(/ & exprs)
source

<clj

source

<=clj

source

=clj

(= l-expr r-expr)
source

===clj

source

>clj

source

>=clj

source

absclj

(abs expr)
source

acosclj

(acos expr)
source

add-monthsclj

(add-months expr months)
source

approx-count-distinctclj

(approx-count-distinct expr)
(approx-count-distinct expr rsd)
source

arrayclj

(array & exprs)
source

array-containsclj

(array-contains expr value)
source

array-distinctclj

(array-distinct expr)
source

array-exceptclj

(array-except left right)
source

array-intersectclj

(array-intersect left right)
source

array-joinclj

(array-join expr delimiter)
(array-join expr delimiter null-replacement)
source

array-maxclj

(array-max expr)
source

array-minclj

(array-min expr)
source

array-positionclj

(array-position expr value)
source

array-removeclj

(array-remove expr element)
source

array-repeatclj

(array-repeat left right)
source

array-sortclj

(array-sort expr)
source

array-unionclj

(array-union left right)
source

arrays-overlapclj

(arrays-overlap left right)
source

arrays-zipclj

(arrays-zip & exprs)
source

ascclj

(asc expr)
source

asc-nulls-firstclj

(asc-nulls-first expr)
source

asc-nulls-lastclj

(asc-nulls-last expr)
source

asciiclj

(ascii expr)
source

asinclj

(asin expr)
source

atanclj

(atan expr)
source

atan2clj

(atan2 expr-x expr-y)
source

base64clj

(base64 expr)
source

betweenclj

(between expr lower-bound upper-bound)
source

binclj

(bin expr)
source

bitwise-notclj

(bitwise-not expr)
source

booleanclj

(boolean expr)
source

broadcastclj

(broadcast dataframe)
source

broundclj

(bround expr)
source

byteclj

(byte expr)
source

castclj

(cast expr new-type)
source

cbrtclj

(cbrt expr)
source

ceilclj

(ceil expr)
source

collect-listclj

(collect-list expr)
source

collect-setclj

(collect-set expr)
source

concatclj

(concat & exprs)
source

concat-wsclj

(concat-ws sep & exprs)
source

containsclj

(contains expr literal)
source

convclj

(conv expr from-base to-base)
source

corrclj

(corr l-expr r-expr)
source

cosclj

(cos expr)
source

coshclj

(cosh expr)
source

count-distinctclj

(count-distinct & exprs)
source

covarclj

(covar l-expr r-expr)
source

covar-popclj

(covar-pop l-expr r-expr)
source

covar-sampclj

source

crc32clj

(crc32 expr)
source

cube-rootclj

source

cume-distclj

(cume-dist)
source

current-dateclj

(current-date)
source

current-timestampclj

(current-timestamp)
source

date-addclj

(date-add expr days)
source

date-diffclj

source

date-formatclj

(date-format expr date-fmt)
source

date-subclj

(date-sub expr days)
source

date-truncclj

(date-trunc fmt expr)
source

datediffclj

(datediff l-expr r-expr)
source

day-of-monthclj

(day-of-month expr)
source

day-of-weekclj

(day-of-week expr)
source

day-of-yearclj

(day-of-year expr)
source

decclj

(dec expr)
source

decodeclj

(decode expr charset)
source

degreesclj

(degrees expr)
source

dense-rankclj

(dense-rank)
source

descclj

(desc expr)
source

desc-nulls-firstclj

(desc-nulls-first expr)
source

desc-nulls-lastclj

(desc-nulls-last expr)
source

doubleclj

(double expr)
source

element-atclj

(element-at expr value)
source

encodeclj

(encode expr charset)
source

ends-withclj

(ends-with expr literal)
source

even?clj

(even? expr)
source

expclj

(exp expr)
source

explodeclj

(explode expr)
source

explode-outerclj

source

exprclj

(expr s)
source

factorialclj

(factorial expr)
source

flattenclj

(flatten expr)
source

floatclj

(float expr)
source

floorclj

(floor expr)
source

format-numberclj

(format-number expr decimal-places)
source

format-stringclj

(format-string fmt exprs)
source

from-unixtimeclj

(from-unixtime expr)
source

greatestclj

(greatest & exprs)
source

groupingclj

(grouping expr)
source

hashclj

(hash & exprs)
source

hexclj

(hex expr)
source

hourclj

(hour expr)
source

hypotclj

(hypot left-expr right-expr)
source

incclj

(inc expr)
source

initcapclj

(initcap expr)
source

input-file-nameclj

(input-file-name)
source

instrclj

(instr expr substr)
source

intclj

(int expr)
source

isinclj

(isin expr coll)
source

kurtosisclj

(kurtosis expr)
source

lagclj

(lag expr offset)
(lag expr offset default)
source

lastclj

(last expr)
source

last-dayclj

(last-day expr)
source

leadclj

(lead expr offset)
(lead expr offset default)
source

leastclj

(least & exprs)
source

lengthclj

(length expr)
source

levenshteinclj

(levenshtein left-expr right-expr)
source

likeclj

(like expr literal)
source

litclj

(lit expr)
source

locateclj

(locate substr expr)
source

logclj

(log expr)
source

log1pclj

(log1p expr)
source

log2clj

(log2 expr)
source

longclj

(long expr)
source

lowerclj

(lower expr)
source

lpadclj

(lpad expr length pad)
source

ltrimclj

(ltrim expr)
source

md5clj

(md5 expr)
source

minuteclj

(minute expr)
source

modclj

(mod left-expr right-expr)
source

monotonically-increasing-idclj

(monotonically-increasing-id)
source

monthclj

(month expr)
source

months-betweenclj

(months-between l-expr r-expr)
source

nan?clj

(nan? expr)
source

nanvlclj

(nanvl left-expr right-expr)
source

neg?clj

(neg? expr)
source

negateclj

(negate expr)
source

next-dayclj

(next-day expr day-of-week)
source

notclj

(not expr)
source

ntileclj

(ntile n)
source

null-countclj

(null-count expr)
source

null-rateclj

(null-rate expr)
source

null?clj

(null? expr)
source

odd?clj

(odd? expr)
source

percent-rankclj

(percent-rank)
source

piclj

source

pmodclj

(pmod left-expr right-expr)
source

pos?clj

(pos? expr)
source

posexplodeclj

(posexplode expr)
source

posexplode-outerclj

source

powclj

(pow base exponent)
source

quarterclj

(quarter expr)
source

radiansclj

(radians expr)
source

randclj

(rand)
(rand seed)
source

randnclj

(randn)
(randn seed)
source

rankclj

(rank)
source

regexp-extractclj

(regexp-extract expr regex idx)
source

regexp-replaceclj

(regexp-replace expr pattern-expr replacement-expr)
source

reverseclj

(reverse expr)
source

rintclj

(rint expr)
source

rlikeclj

(rlike expr literal)
source

roundclj

(round expr)
source

row-numberclj

(row-number)
source

rpadclj

(rpad expr length pad)
source

rtrimclj

(rtrim expr)
source

secondclj

(second expr)
source

sequenceclj

(sequence start stop step)
source

sha1clj

(sha1 expr)
source

sha2clj

(sha2 expr n-bits)
source

shift-leftclj

(shift-left expr num-bits)
source

shift-rightclj

(shift-right expr num-bits)
source

shift-right-unsignedclj

(shift-right-unsigned expr num-bits)
source

shortclj

(short expr)
source

signclj

source

signumclj

(signum expr)
source

sinclj

(sin expr)
source

sinhclj

(sinh expr)
source

sizeclj

(size expr)
source

skewnessclj

(skewness expr)
source

sliceclj

(slice expr start length)
source

sort-arrayclj

(sort-array expr)
(sort-array expr asc)
source

spark-partition-idclj

(spark-partition-id)
source

splitclj

(split expr pattern)
source

sqrclj

(sqr expr)
source

sqrtclj

(sqrt expr)
source

starts-withclj

(starts-with expr literal)
source

stddevclj

(stddev expr)
source

stddev-popclj

(stddev-pop expr)
source

stddev-sampclj

source

structclj

(struct & exprs)
source

substringclj

(substring expr pos len)
source

sum-distinctclj

(sum-distinct expr)
source

tanclj

(tan expr)
source

tanhclj

(tanh expr)
source

to-dateclj

(to-date expr)
(to-date expr date-format)
source

to-timestampclj

(to-timestamp expr)
(to-timestamp expr date-format)
source

to-utc-timestampclj

(to-utc-timestamp expr)
source

translateclj

(translate expr match replacement)
source

trimclj

(trim expr trim-string)
source

unbase64clj

(unbase64 expr)
source

unhexclj

(unhex expr)
source

unix-timestampclj

(unix-timestamp)
(unix-timestamp expr)
(unix-timestamp expr pattern)
source

upperclj

(upper expr)
source

var-popclj

(var-pop expr)
source

var-sampclj

source

varianceclj

(variance expr)
source

week-of-yearclj

(week-of-year expr)
source

whenclj

(when condition if-expr)
(when condition if-expr else-expr)
source

yearclj

(year expr)
source

zero?clj

(zero? expr)
source

||clj

(|| & exprs)
source

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

× close