(desanitize-bin-value bin-value)
Converts sanitized (keywordized) bin values back to their original value.
Converts sanitized (keywordized) bin values back to their original value.
(sanitize-bin-value bin-value)
Values in nested structures are unaffected and do not need to be sanitized. If,
however, true
, false
or nil
exist as the only value in a bin, they need to
be sanitized.
Values in nested structures are unaffected and do not need to be sanitized. If, however, `true`, `false` or `nil` exist as the only value in a bin, they need to be sanitized.
(single-bin? bin-names)
Predicate function to determine whether data will be stored as a single bin or multiple bin record.
Predicate function to determine whether data will be stored as a single bin or multiple bin record.
(string-keys? bin-names)
Predicate function to determine whether all keys provided for bins are strings.
Predicate function to determine whether all keys provided for bins are strings.
(v->array clazz v)
(v->array clazz mapper-fn v)
An optimized way to convert [[java.util.Collection]]s into Java arrays of type clazz
.
An optimized way to convert [[java.util.Collection]]s into Java arrays of type `clazz`.
(vectorize v)
convert a single value to a vector or any collection to the equivalent vector. NOTE: a map or a set have no defined order so vectorize them is not allowed
convert a single value to a vector or any collection to the equivalent vector. NOTE: a map or a set have no defined order so vectorize them is not allowed
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close