Class DoubleRollingWAvgOperator


public class DoubleRollingWAvgOperator extends BaseDoubleUpdateByOperator
  • Constructor Details

    • DoubleRollingWAvgOperator

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