Class FloatRollingWAvgOperator


public class FloatRollingWAvgOperator extends BaseDoubleUpdateByOperator
  • Constructor Details

    • FloatRollingWAvgOperator

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