(datatype {:keys [datatype] :as col})
Gets the effective datatype for this column
Gets the effective datatype for this column
(from-titles column-index titles lang)
Creates a new column given the column index and the sequence of titles with the specified language
Creates a new column given the column index and the sequence of titles with the specified language
(get-column-name {:keys [name titles] :as column} column-index default-language)
(indexed-non-virtual-columns columns)
Returns a map {column-index column} of the non-virtual columns in the given sequence of columns
Returns a map {column-index column} of the non-virtual columns in the given sequence of columns
(intersect-titles titles1 titles2)
Returns a map {lang #{matching-titles}} containing the titles that match for each language within the titles definition of a column.
Returns a map {lang #{matching-titles}} containing the titles that match for each language within the titles definition of a column.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close