Class IntRollingWAvgOperator


public class IntRollingWAvgOperator extends BaseDoubleUpdateByOperator
  • Constructor Details

    • IntRollingWAvgOperator

      public IntRollingWAvgOperator(@NotNull @NotNull MatchPair pair, @NotNull @NotNull String[] affectingColumns, @Nullable @Nullable String timestampColumnName, long reverseWindowScaleUnits, long forwardWindowScaleUnits, @NotNull @NotNull String weightColumnName)
  • Method Details