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 Details

  • Method Details

    • get

      public double get​(Object key)
    • put

      public double put​(Object key, double val)