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:
  • Constructor Details

    • CumulativeHelper

      public CumulativeHelper(double startValue)
  • Method Details

    • get

      public double get(Object key)
    • put

      public double put(Object key, double val)