(col & [column-name])
Return a column. Only works during 'm=' and the default column is the current operating column.
Return a column. Only works during 'm=' and the default column is the current operating column.
(int-map table col-data & {:keys [not-strict?]})
Perform an integer->integer conversion of a column using a static map. The map must be complete; missing entries are errors.
Perform an integer->integer conversion of a column using a static map. The map must be complete; missing entries are errors.
(with-pipeline-vars dataset column-name datatype column-name-seq & body)
Run a body of code with pipeline global variables set.
Run a body of code with pipeline global variables set.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close