Versions in this module Expand all Collapse all v0 v0.2.0 Sep 30, 2023 Changes in this version + type Reducer interface + Decimal func(prev, next decimal.Decimal) (decimal.Decimal, error) + Float64 func(prev, next float64) (float64, error) + Int64 func(prev, next int64) (int64, error) + Time func(prev, next time.Time) (time.Time, error) + func Max() Reducer + func Min() Reducer + func Sum() Reducer v0.1.0-rc1 Sep 1, 2022