Class BigDecimalRollingWAvgOperator<T>


public class BigDecimalRollingWAvgOperator<T> extends BaseObjectUpdateByOperator<BigDecimal>
  • Field Details

    • weightColumnSource

      @NotNull protected @NotNull ColumnSource<?> weightColumnSource
    • valueColumnSource

      @NotNull protected @NotNull ColumnSource<?> valueColumnSource
  • Constructor Details

    • BigDecimalRollingWAvgOperator

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