Liking cljdoc? Tell your friends :D

tablecloth.api.lift-operators


build-docstringclj

(build-docstring fn-sym)
source

convert-arglistsclj

(convert-arglists arglists target-column?)
source

get-arglistsclj

(get-arglists fn-sym)
source

get-docstringclj

(get-docstring fn-sym)
source

get-metaclj

(get-meta fn-sym)
source

lift-opclj

(lift-op fn-sym
         {:keys [return-ds? make-aggregator?]
          :or {return-ds? false make-aggregator? false}})

Takes a function symbol fn-sym and generates a function that applies that function to one or more columns of a dataset, placing the result in the target column.

Resulting signature: (lift-op [fn-sym]) => (fn [ds columns-selector target-col] ...)

Takes a function symbol `fn-sym` and generates a function that
applies that function to one or more columns of a dataset, placing
the result in the target column.

Resulting signature:
(lift-op [fn-sym]) => (fn [ds columns-selector target-col] ...)
sourceraw docstring

max-cols-allowedclj

(max-cols-allowed arglists)
source

serialized-lift-fn-lookupclj

source

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

× close