Liking cljdoc? Tell your friends :D

clj-datavec.records.jackson


->field-selectionclj

(->field-selection {:keys [selection positions] :as spec})

Same a field-selection but also behave as identity when input is already a FieldSelection object

Same a field-selection but
also behave as identity when
input is already a FieldSelection object
sourceraw docstring

->writableclj

(->writable input)
source

field-selectionclj

(field-selection {:keys [type-hint schema]})
(field-selection type-hint schema)

Builds a FieldSelection object from a Clojure schema. Three formats are allowed and must be hinted :

  • map representation : {:a {:b {:d false , :e 1.0} :f 'koala'}}, there keys are default values (only numbers, text and boolean are supported for now, nil meaning no default value)
  • regular representation : DL4J input format [[:a :b :d] [:a :b :e] [:a :f]] The statements above might evolve in more mature iterations
Builds a FieldSelection object from
a Clojure schema. Three formats are allowed
and must be hinted :
- map representation : {:a {:b {:d false , :e 1.0} :f 'koala'}}, there keys are default values
                       (only numbers, text and boolean are supported for now, nil meaning
                       no default value)
- regular representation : DL4J input format [[:a :b :d] [:a :b :e] [:a :f]]
The statements above might evolve in more mature iterations
sourceraw docstring

field-selection?clj

(field-selection? obj)
source

initialize!clj

(initialize! reader use-nd4j? io-coercible)
source

jackson-line-record-readerclj

(jackson-line-record-reader {:keys [type-hint schema object-mapper]
                             :as options})
source

sampleclj

source

sample-bisclj

source

sample-terclj

source

string-arrayclj

(string-array obj)
source

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

× close