Uses of Class
org.apache.flink.table.runtime.functions.aggregate.ArrayAggFunction.ArrayAggAccumulator
-
Packages that use ArrayAggFunction.ArrayAggAccumulator Package Description org.apache.flink.table.runtime.functions.aggregate -
-
Uses of ArrayAggFunction.ArrayAggAccumulator in org.apache.flink.table.runtime.functions.aggregate
Methods in org.apache.flink.table.runtime.functions.aggregate that return ArrayAggFunction.ArrayAggAccumulator Modifier and Type Method Description ArrayAggFunction.ArrayAggAccumulator<T>ArrayAggFunction. createAccumulator()Methods in org.apache.flink.table.runtime.functions.aggregate with parameters of type ArrayAggFunction.ArrayAggAccumulator Modifier and Type Method Description voidArrayAggFunction. accumulate(ArrayAggFunction.ArrayAggAccumulator<T> acc, T value)org.apache.flink.table.data.ArrayDataArrayAggFunction. getValue(ArrayAggFunction.ArrayAggAccumulator<T> acc)voidArrayAggFunction. merge(ArrayAggFunction.ArrayAggAccumulator<T> acc, Iterable<ArrayAggFunction.ArrayAggAccumulator<T>> its)voidArrayAggFunction. resetAccumulator(ArrayAggFunction.ArrayAggAccumulator<T> acc)voidArrayAggFunction. retract(ArrayAggFunction.ArrayAggAccumulator<T> acc, T value)Method parameters in org.apache.flink.table.runtime.functions.aggregate with type arguments of type ArrayAggFunction.ArrayAggAccumulator Modifier and Type Method Description voidArrayAggFunction. merge(ArrayAggFunction.ArrayAggAccumulator<T> acc, Iterable<ArrayAggFunction.ArrayAggAccumulator<T>> its)
-