Liking cljdoc? Tell your friends :D

tablecloth.time.utils.validatable


add-validatableclj

(add-validatable ds column-names name metadata)

Add metadata derived from a few columns, validatable by checking if these columns are identical to their values when it was created.

Add metadata derived from a few columns,
validatable by checking if these columns
are identical to their values when it was created.
sourceraw docstring

valid?clj

(valid? ds name)

Check if metadata derived from a few columns is still valid (that is, if the columns have not changed).

Check if metadata derived from a few columns is still valid
(that is, if the columns have not changed).
sourceraw docstring

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

× close