Uses of Class
org.apache.flink.table.runtime.functions.aggregate.LagAggFunction.LagAcc
-
Packages that use LagAggFunction.LagAcc Package Description org.apache.flink.table.runtime.functions.aggregate -
-
Uses of LagAggFunction.LagAcc in org.apache.flink.table.runtime.functions.aggregate
Methods in org.apache.flink.table.runtime.functions.aggregate that return LagAggFunction.LagAcc Modifier and Type Method Description LagAggFunction.LagAcc<T>LagAggFunction. createAccumulator()Methods in org.apache.flink.table.runtime.functions.aggregate with parameters of type LagAggFunction.LagAcc Modifier and Type Method Description voidLagAggFunction. 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)TLagAggFunction. getValue(LagAggFunction.LagAcc<T> acc)voidLagAggFunction. resetAccumulator(LagAggFunction.LagAcc<T> acc)
-