Uses of Class
org.apache.flink.table.runtime.functions.aggregate.LagAggFunction.LagAcc
Packages that use LagAggFunction.LagAcc
-
Uses of LagAggFunction.LagAcc in org.apache.flink.table.runtime.functions.aggregate
Methods in org.apache.flink.table.runtime.functions.aggregate that return LagAggFunction.LagAccMethods in org.apache.flink.table.runtime.functions.aggregate with parameters of type LagAggFunction.LagAccModifier and TypeMethodDescriptionvoidLagAggFunction.accumulate(LagAggFunction.LagAcc<T> acc, T value) voidLagAggFunction.accumulate(LagAggFunction.LagAcc<T> acc, T value, int offset) voidLagAggFunction.accumulate(LagAggFunction.LagAcc<T> acc, T value, int offset, T defaultValue) LagAggFunction.getValue(LagAggFunction.LagAcc<T> acc) voidLagAggFunction.resetAccumulator(LagAggFunction.LagAcc<T> acc)