Package com.illumon.iris.db.v2.utils
Class CumulativeUtil.CumulativeHelper
java.lang.Object
com.illumon.iris.db.v2.utils.CumulativeUtil.CumulativeHelper
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CumulativeUtil
public static class CumulativeUtil.CumulativeHelper extends Object implements Serializable
Provides a helper class with a map to cache previous row values when performing rolling or
cumulative aggregations.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CumulativeHelper(double startValue)
-
Method Summary
-
Constructor Details
-
CumulativeHelper
public CumulativeHelper(double startValue)
-
-
Method Details