tb-var
that stores additive informations over time buckets.
default-value
is the default value for new or empty buckets, it should be the "0
".default-value
.`tb-var` that stores additive informations over time buckets. * `default-value` is the default value for new or empty buckets, it should be the "`0`". * If a value is set to an empty bucket, the value is replacing the `default-value`. * If a value is already stored in that bucket, it will be added to the existing value. * The values should be numerical to support +. ![Aggregate entity diagram](archi/time_based/tb_var_additive.png)
(make storage-strategy)
(make storage-strategy default-value)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close