Liking cljdoc? Tell your friends :D

tech.ml.dataset.parse.datetime


add-to-container!clj

(add-to-container! datatype container parsed-val)
source

all-datetime-datatypesclj

source

as-int-listclj

(as-int-list item)
source

as-listclj

(as-list item)
source

as-long-listclj

(as-long-list item)
source

as-typed-bufferclj

(as-typed-buffer item)
source

base-local-date-formatterclj

source

base-local-time-formatterclj

source

compile-time-add-to-container!cljmacro

(compile-time-add-to-container! datatype container parsed-val)
source

compile-time-datetime-parse-strcljmacro

(compile-time-datetime-parse-str datatype str-val)
source

date-parser-patternsclj

source

date-preparseclj

(date-preparse data)
source

datetime-can-parse?cljmacro

(datetime-can-parse? datatype str-val)
source

datetime-datatype?clj

(datetime-datatype? dtype)
source

datetime-formatter-or-str->parser-fnclj

(datetime-formatter-or-str->parser-fn datatype format-string-or-formatter)

Given a datatype and one of [fn? string? DateTimeFormatter], return a function that takes strings and returns datetime objects of type datatype.

Given a datatype and one of [fn? string? DateTimeFormatter],
return a function that takes strings and returns datetime objects
of type datatype.
sourceraw docstring

datetime-formatter-parse-str-fnclj

(datetime-formatter-parse-str-fn datatype formatter)
source

local-time-preparseclj

(local-time-preparse data)
source

parse-durationclj

(parse-duration str-data)
source

parse-local-dateclj

(parse-local-date str-data)
source

parse-local-date-timeclj

(parse-local-date-time str-data)
source

parse-local-timeclj

(parse-local-time str-data)
source

parse-strclj

(parse-str datatype str-val)

Parse a string into a particular datetime type.

Parse a string into a particular datetime type.
sourceraw docstring

time-parser-patternsclj

source

try-parse-datetimesclj

(try-parse-datetimes str-value)

Given unknown string value, attempt to parse out a datetime value. Returns tuple of [dtype value]

Given unknown string value, attempt to parse out a datetime value.
Returns tuple of
[dtype value]
sourceraw docstring

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

× close