Liking cljdoc? Tell your friends :D

orc.col


accumclj

(accum acc name func)
source

date->formatted-strclj

(date->formatted-str date & {:keys [fmt] :or {fmt "yyyy-MM-dd"}})
source

deserclj

source

handlersclj

(handlers col-types)

Returns a list of maps where each map contains a col deserializer.

Input is list of maps defining column names and types. e.g. {:name 'foo' :type :string} {:name 'bar' :type :int }

Returns list of column name / deserializer handlers keyed by :name and :fn respectively. e.g. {:name 'foo' :fn parse-bytes} {:name 'bar' :fn parse-long}

Returns a list of maps where each map contains a col deserializer.

Input is list of maps defining column names and types.
e.g.
  {:name 'foo' :type :string}
  {:name 'bar' :type :int   }

Returns list of column name / deserializer handlers keyed by
:name and :fn respectively.
e.g.
  {:name 'foo'  :fn parse-bytes}
  {:name 'bar'  :fn parse-long}
sourceraw docstring

hour->dayclj

source

min->hourclj

source

msec->dayclj

source

msec->secclj

source

parse-bytesclj

(parse-bytes fields col row-n)

Returns deserialized row value.

Returns deserialized row value.
sourceraw docstring

parse-doubleclj

(parse-double fields col row-n)
source

parse-listclj

(parse-list fields col row-n)
source

parse-longclj

(parse-long fields col row-n)
source

parse-long->dateclj

(parse-long->date fields col row-n)
source

parse-mapclj

(parse-map fields col row-n)
source

parse-structclj

(parse-struct fields col row-n)
source

parse-timestampclj

(parse-timestamp fields col row-n)
source

sec->minclj

source

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

× close