Interface UpdateBySpec

All Known Implementing Classes:
CumMinMaxSpec, CumProdSpec, CumSumSpec, DeltaSpec, EmaSpec, EmMinMaxSpec, EmsSpec, EmStdSpec, FillBySpec, RollingAvgSpec, RollingCountSpec, RollingFormulaSpec, RollingGroupSpec, RollingMinMaxSpec, RollingOpSpec, RollingProductSpec, RollingStdSpec, RollingSumSpec, RollingWAvgSpec, UpdateBySpecBase

public interface UpdateBySpec
A Specification for an updateBy operation. Implementations of this are essentially tagging classes for the underlying visitor classes to walk to produce a final operation.