Liking cljdoc? Tell your friends :D
Clojure only.

zero-one.geni.core.functions


!clj

source

**clj

source

->date-colclj

source

->timestamp-colclj

source

->utc-timestampclj

source

absclj

(abs expr)
source

acosclj

(acos expr)
source

add-monthsclj

(add-months expr months)
source

aggregateclj

(aggregate expr init merge-fn)
(aggregate expr init merge-fn finish-fn)
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

asciiclj

(ascii expr)
source

asinclj

(asin expr)
source

atanclj

(atan expr)
source

atan2clj

(atan2 expr-x expr-y)
source

base64clj

(base64 expr)
source

binclj

(bin expr)
source

bitwise-notclj

(bitwise-not expr)
source

broadcastclj

(broadcast dataframe)
source

broundclj

(bround expr)
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

convclj

(conv expr from-base to-base)
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

decodeclj

(decode expr charset)
source

degreesclj

(degrees expr)
source

dense-rankclj

(dense-rank)
source

element-atclj

(element-at expr value)
source

encodeclj

(encode expr charset)
source

existsclj

(exists expr predicate)
source

expclj

(exp expr)
source

explodeclj

(explode expr)
source

explode-outerclj

source

expm1clj

(expm1 expr)
source

exprclj

(expr s)
source

factorialclj

(factorial expr)
source

flattenclj

(flatten expr)
source

floorclj

(floor expr)
source

forallclj

(forall expr predicate)
source

format-numberclj

(format-number expr decimal-places)
source

format-stringclj

(format-string fmt & exprs)
source

from-csvclj

(from-csv expr schema)
(from-csv expr schema options)
source

from-jsonclj

(from-json expr schema)
(from-json expr schema options)
source

from-unixtimeclj

(from-unixtime expr)
(from-unixtime expr fmt)
source

greatestclj

(greatest & exprs)
source

groupingclj

(grouping expr)
source

grouping-idclj

(grouping-id & exprs)
source

hashclj

(hash & exprs)
source

hexclj

(hex expr)
source

hourclj

(hour expr)
source

hypotclj

(hypot left-expr right-expr)
source

initcapclj

(initcap expr)
source

input-file-nameclj

(input-file-name)
source

instrclj

(instr expr substr)
source

kurtosisclj

(kurtosis expr)
source

lagclj

(lag expr offset)
(lag expr offset default)
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

locateclj

(locate substr expr)
source

logclj

(log expr)
source

log10clj

(log10 expr)
source

log1pclj

(log1p expr)
source

log2clj

(log2 expr)
source

lowerclj

(lower expr)
source

lpadclj

(lpad expr length pad)
source

ltrimclj

(ltrim expr)
source

mapclj

(map & exprs)
source

map-concatclj

(map-concat & exprs)
source

map-entriesclj

(map-entries expr)
source

map-filterclj

(map-filter expr predicate)
source

map-from-arraysclj

(map-from-arrays key-expr val-expr)
source

map-from-entriesclj

(map-from-entries expr)
source

map-keysclj

(map-keys expr)
source

map-valuesclj

(map-values expr)
source

map-zip-withclj

(map-zip-with left right merge-fn)
source

md5clj

(md5 expr)
source

minuteclj

(minute expr)
source

monotonically-increasing-idclj

(monotonically-increasing-id)
source

monthclj

(month expr)
source

months-betweenclj

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

nanvlclj

(nanvl left-expr right-expr)
source

negateclj

(negate expr)
source

next-dayclj

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

notclj

(not expr)
source

ntileclj

(ntile n)
source

overlayclj

(overlay src rep pos)
(overlay src rep pos len)
source

percent-rankclj

(percent-rank)
source

piclj

source

pmodclj

(pmod left-expr right-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

roundclj

(round expr)
source

row-numberclj

(row-number)
source

rpadclj

(rpad expr length pad)
source

rtrimclj

(rtrim expr)
source

schema-of-csvclj

(schema-of-csv expr)
(schema-of-csv expr options)
source

schema-of-jsonclj

(schema-of-json expr)
(schema-of-json expr options)
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

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

soundexclj

(soundex expr)
source

spark-partition-idclj

(spark-partition-id)
source

splitclj

(split expr pattern)
source

sqrclj

(sqr expr)
source

sqrtclj

(sqrt expr)
source

stdclj

source

stddevclj

(stddev expr)
source

stddev-popclj

(stddev-pop expr)
source

stddev-sampclj

source

structclj

(struct & exprs)
source

substringclj

(substring expr pos len)
source

substring-indexclj

(substring-index expr delim cnt)
source

sum-distinctclj

(sum-distinct expr)
source

tanclj

(tan expr)
source

tanhclj

(tanh expr)
source

time-windowclj

(time-window time-expr duration)
(time-window time-expr duration slide)
(time-window time-expr duration slide start)
source

to-csvclj

(to-csv expr)
(to-csv expr options)
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

transformclj

(transform expr xform-fn)
source

transform-keysclj

(transform-keys expr key-fn)
source

transform-valuesclj

(transform-values expr key-fn)
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

xxhash64clj

(xxhash64 & exprs)
source

yearclj

(year expr)
source

zip-withclj

(zip-with left right merge-fn)
source

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

× close