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 columns)
source

->columncljmultimethod

source

->date-colclj

source

->rowclj

(->row coll)
source

/clj

(/ & exprs)
source

<clj

source

<=clj

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 & exprs)
source

agg-allclj

(agg-all dataframe agg-fn)
source

aliasclj

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

asclj

(as expr new-name)
source

ascclj

(asc expr)
source

asinclj

(asin expr)
source

atanclj

(atan expr)
source

avgclj

source

betweenclj

(between expr lower-bound upper-bound)
source

broadcastclj

(broadcast dataframe)
source

cacheclj

(cache dataframe)
source

castclj

(cast expr new-type)
source

ceilclj

(ceil expr)
source

coalescecljmultimethod

source

colcljmultimethod

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

source

columnsclj

(columns dataframe)
source

compare-columnsclj

(compare-columns compare-fn expr-0 & exprs)
source

concatclj

(concat & exprs)
source

containsclj

(contains expr literal)
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

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

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

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

dense-rankclj

(dense-rank)
source

descclj

(desc expr)
source

describeclj

(describe dataframe & column-names)
source

distinctclj

(distinct dataframe)
source

dropclj

(drop dataframe & col-names)
source

drop-duplicatesclj

(drop-duplicates dataframe & col-names)
source

dtypesclj

(dtypes dataframe)
source

element-atclj

(element-at expr value)
source

empty?clj

(empty? dataframe)
source

ends-withclj

(ends-with expr literal)
source

exceptclj

(except dataframe other)
source

expclj

(exp expr)
source

explainclj

(explain dataframe)
source

explodeclj

(explode expr)
source

exprclj

(expr s)
source

filterclj

(filter dataframe expr)
source

firstcljmultimethod

source

first-valsclj

(first-vals dataframe)
source

flattenclj

(flatten expr)
source

floorclj

(floor expr)
source

format-numberclj

(format-number expr decimal-places)
source

format-stringclj

(format-string fmt exprs)
source

group-byclj

(group-by dataframe & exprs)
source

hashclj

(hash & exprs)
source

hourclj

(hour expr)
source

infer-schemaclj

(infer-schema col-names values)
source

infer-struct-fieldclj

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

intersectclj

(intersect dataframe other)
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

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

likeclj

(like expr literal)
source

limitclj

(limit dataframe n-rows)
source

litclj

(lit expr)
source

logclj

(log 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

maxclj

(max expr)
source

md5clj

(md5 expr)
source

meanclj

(mean expr)
source

minclj

(min expr)
source

minuteclj

(minute expr)
source

modclj

(mod left-expr right-expr)
source

monthclj

(month expr)
source

months-betweenclj

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

nan?clj

(nan? expr)
source

negateclj

(negate expr)
source

new-windowclj

(new-window)
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

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

powclj

(pow base exponent)
source

(print-schema dataframe)
source

quarterclj

(quarter 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-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

rename-columnsclj

(rename-columns dataframe rename-map)
source

repartitionclj

(repartition dataframe & args)
source

repartition-by-rangeclj

(repartition-by-range dataframe & args)
source

reverseclj

(reverse 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

sampleclj

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

secondclj

(second expr)
source

selectclj

(select dataframe & exprs)
source

set-order-byclj

(set-order-by window-spec & exprs)
source

set-partition-byclj

(set-partition-by window-spec & exprs)
source

set-range-betweenclj

(set-range-between window-spec start end)
source

set-rows-betweenclj

(set-rows-between window-spec start end)
source

sha1clj

(sha1 expr)
source

sha2clj

(sha2 expr n-bits)
source

showclj

(show dataframe)
(show dataframe options)
source

show-verticalclj

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

shuffleclj

(shuffle 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

sort-within-partitionsclj

(sort-within-partitions dataframe & exprs)
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

substringclj

(substring expr pos len)
source

sumclj

(sum expr)
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 date-format)
source

trimclj

(trim expr trim-string)
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

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-text!clj

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

yearclj

(year expr)
source

||clj

(|| & exprs)
source

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

× close