Liking cljdoc? Tell your friends :D
Clojure only.

zero-one.geni.core


&&clj

(&& & exprs)
source

*clj

(* & exprs)
source

+clj

(+ & exprs)
source

-clj

(- & exprs)
source

->col-arrayclj

(->col-array args)
source

->columncljmultimethod

source

->date-colclj

source

->jsonclj

source

->rowclj

(->row coll)
source

->stringclj

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

aggclj

(agg dataframe & args)
source

agg-allclj

(agg-all dataframe agg-fn)
source

aliascljmultimethod

source

approx-count-distinctclj

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

approx-quantileclj

(approx-quantile dataframe col-or-cols probs rel-error)
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

ascljmultimethod

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

avgcljmultimethod

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

cacheclj

(cache dataframe)
source

castclj

(cast expr new-type)
source

cbrtclj

(cbrt expr)
source

ceilclj

(ceil expr)
source

coalescecljmultimethod

source

colcljmultimethod

source

col-regexclj

(col-regex dataframe col-name)
source

collectclj

(collect dataframe)
source

collect-colclj

(collect-col dataframe col-name)
source

collect-listclj

(collect-list expr)
source

collect-setclj

(collect-set expr)
source

collect-valsclj

(collect-vals dataframe)
source

column-namesclj

(column-names dataframe)
source

columnsclj

(columns dataframe)
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

countcljmultimethod

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

create-sheets!clj

(create-sheets! google-props)
source

create-spark-sessionclj

(create-spark-session
  {:keys [app-name master configs log-level]
   :or {app-name "Geni App" master "local[*]" configs {} log-level "ERROR"}})
source

cross-joinclj

(cross-join left right)
source

cubeclj

(cube dataframe & exprs)
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

delete-sheets!clj

(delete-sheets! google-props spreadsheet-id)
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

describeclj

(describe dataframe & col-names)
source

distinctclj

(distinct dataframe)
source

doubleclj

(double expr)
source

dropclj

(drop dataframe & col-names)
source

drop-duplicatesclj

(drop-duplicates dataframe & col-names)
source

drop-naclj

(drop-na dataframe)
(drop-na dataframe min-non-nulls-or-cols)
(drop-na dataframe min-non-nulls cols)
source

dtypesclj

(dtypes dataframe)
source

element-atclj

(element-at expr value)
source

empty?clj

source

encodeclj

(encode expr charset)
source

ends-withclj

(ends-with expr literal)
source

even?clj

(even? expr)
source

exceptclj

(except dataframe other)
source

except-allclj

(except-all dataframe other)
source

expclj

(exp expr)
source

explainclj

(explain dataframe)
(explain dataframe extended)
source

explodeclj

(explode expr)
source

exprclj

(expr s)
source

factorialclj

(factorial expr)
source

fill-naclj

(fill-na dataframe value)
(fill-na dataframe value cols)
source

filterclj

(filter dataframe expr)
source

firstcljmultimethod

source

first-valsclj

(first-vals dataframe)
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

group-byclj

(group-by dataframe & 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

infer-schemaclj

(infer-schema col-names values)
source

infer-struct-fieldclj

(infer-struct-field col-name value)
source

initcapclj

(initcap expr)
source

input-file-nameclj

(input-file-name)
source

instrclj

(instr expr substr)
source

intclj

(int expr)
source

intersectclj

(intersect dataframe other)
source

intersect-allclj

(intersect-all dataframe other)
source

is-emptyclj

(is-empty dataframe)
source

is-localclj

(is-local dataframe)
source

isinclj

(isin expr coll)
source

java-type->spark-typeclj

source

joinclj

(join left right join-cols)
(join left right join-cols join-type)
source

join-withclj

(join-with left right condition)
(join-with left right condition join-type)
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

limitclj

(limit dataframe n-rows)
source

litclj

(lit expr)
source

local?clj

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

map->datasetclj

(map->dataset spark map-of-values)
source

maxcljmultimethod

source

md5clj

(md5 expr)
source

meancljmultimethod

source

mincljmultimethod

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

order-byclj

(order-by dataframe & exprs)
source

overclj

(over column window-spec)
source

partitionsclj

(partitions dataframe)
source

percent-rankclj

(percent-rank)
source

persistclj

(persist dataframe)
source

piclj

source

pivotclj

(pivot grouped expr)
(pivot grouped expr values)
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

(print-schema dataframe)
source

quarterclj

(quarter expr)
source

radiansclj

(radians expr)
source

randclj

(rand)
(rand seed)
source

randnclj

(randn)
(randn seed)
source

random-splitclj

(random-split dataframe weights)
(random-split dataframe weights seed)
source

rankclj

(rank)
source

read-csv!clj

(read-csv! spark-session path)
(read-csv! spark-session path options)
source

read-json!clj

(read-json! spark-session path)
(read-json! spark-session path options)
source

read-libsvm!clj

(read-libsvm! spark-session path)
(read-libsvm! spark-session path options)
source

read-parquet!clj

(read-parquet! spark-session path)
(read-parquet! spark-session path options)
source

read-sheets!clj

(read-sheets! spark google-props)
(read-sheets! spark google-props options)
source

read-text!clj

(read-text! spark-session path)
(read-text! spark-session path options)
source

records->datasetclj

(records->dataset spark records)
source

regexp-extractclj

(regexp-extract expr regex idx)
source

regexp-replaceclj

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

removeclj

(remove dataframe expr)
source

rename-columnsclj

(rename-columns dataframe rename-map)
source

repartitionclj

(repartition dataframe & args)
source

repartition-by-rangeclj

(repartition-by-range dataframe & args)
source

replaceclj

(replace dataframe cols replacement)
source

reverseclj

(reverse expr)
source

rintclj

(rint expr)
source

rlikeclj

(rlike expr literal)
source

rollupclj

(rollup dataframe & exprs)
source

roundclj

(round expr)
source

row-numberclj

(row-number)
source

rpadclj

(rpad expr length pad)
source

rtrimclj

(rtrim expr)
source

sampleclj

(sample dataframe fraction)
(sample dataframe fraction with-replacement)
source

secondclj

(second expr)
source

selectclj

(select dataframe & exprs)
source

select-exprclj

(select-expr dataframe & exprs)
source

sequenceclj

(sequence start stop step)
source

sha1clj

(sha1 expr)
source

sha2clj

(sha2 expr n-bits)
source

sheet-names!clj

(sheet-names! service spreadsheet-id)
source

sheet-values!clj

(sheet-values! service spreadsheet-id sheet-name)
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

showclj

(show dataframe)
(show dataframe options)
source

show-verticalclj

(show-vertical dataframe)
(show-vertical dataframe options)
source

shufflecljmultimethod

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

sortclj

source

sort-arrayclj

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

sort-within-partitionsclj

(sort-within-partitions dataframe & exprs)
source

spark-partition-idclj

(spark-partition-id)
source

spark-sessionclj

(spark-session dataframe)
source

splitclj

(split expr pattern)
source

sql-contextclj

(sql-context dataframe)
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

sumcljmultimethod

source

sum-distinctclj

(sum-distinct expr)
source

summaryclj

(summary dataframe & stat-names)
source

table->datasetclj

(table->dataset spark table col-names)
source

takeclj

(take dataframe n-rows)
source

take-valsclj

(take-vals dataframe n-rows)
source

tanclj

(tan expr)
source

tanhclj

(tanh expr)
source

to-dateclj

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

to-jsonclj

source

to-stringclj

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

unionclj

(union & dfs)
source

union-by-nameclj

(union-by-name & dfs)
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

whereclj

source

windowclj

(window {:keys [partition-by order-by range-between rows-between]})
source

with-columnclj

(with-column dataframe col-name expr)
source

with-column-renamedclj

(with-column-renamed dataframe old-name new-name)
source

write-csv!clj

(write-csv! dataframe path)
(write-csv! dataframe path options)
source

write-json!clj

(write-json! dataframe path)
(write-json! dataframe path options)
source

write-libsvm!clj

(write-libsvm! dataframe path)
(write-libsvm! dataframe path options)
source

write-parquet!clj

(write-parquet! dataframe path)
(write-parquet! dataframe path options)
source

write-sheets!clj

(write-sheets! dataframe google-props)
(write-sheets! dataframe google-props options)
source

write-text!clj

(write-text! dataframe path)
(write-text! dataframe path options)
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