Liking cljdoc? Tell your friends :D

csv2rdf.metadata.column


columnclj

source

column-nameclj

source

columnsclj

(columns context x)
source

compatible?clj

(compatible? validating? column1 column2)
source

datatypeclj

(datatype {:keys [datatype] :as col})

Gets the effective datatype for this column

Gets the effective datatype for this column
sourceraw docstring

datatype-baseclj

(datatype-base column)
source

find-compatible-titlesclj

(find-compatible-titles lang titles titles-map)
source

from-indexclj

(from-index column-index)
source

from-titlesclj

(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
sourceraw docstring

get-column-nameclj

(get-column-name {:keys [name titles] :as column} column-index default-language)
source

get-duplicate-namesclj

(get-duplicate-names columns)
source

index->column-numberclj

source

index-column-nameclj

(index-column-name column-index)
source

indexed-non-virtual-columnsclj

(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
sourceraw docstring

intersect-titlesclj

(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.
sourceraw docstring

is-virtual?clj

(is-virtual? {:keys [virtual] :as column})
source

non-virtual?clj

source

parse-uri-template-variableclj

(parse-uri-template-variable s)
source

parse-variable-methodclj

source

set-column-namesclj

(set-column-names context columns)
source

uri-template-variableclj

(uri-template-variable context s)
source

validate-column-nameclj

(validate-column-name context s)
source

validate-column-namesclj

(validate-column-names context columns)
source

validate-virtual-columnsclj

(validate-virtual-columns context columns)
source

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

× close