Uses of Class
org.apache.flink.table.runtime.functions.aggregate.ArrayAggFunction.ArrayAggAccumulator
Packages that use ArrayAggFunction.ArrayAggAccumulator
-
Uses of ArrayAggFunction.ArrayAggAccumulator in org.apache.flink.table.runtime.functions.aggregate
Methods in org.apache.flink.table.runtime.functions.aggregate that return ArrayAggFunction.ArrayAggAccumulatorMethods in org.apache.flink.table.runtime.functions.aggregate with parameters of type ArrayAggFunction.ArrayAggAccumulatorModifier and TypeMethodDescriptionvoidArrayAggFunction.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.ArrayAggAccumulatorModifier and TypeMethodDescriptionvoidArrayAggFunction.merge(ArrayAggFunction.ArrayAggAccumulator<T> acc, Iterable<ArrayAggFunction.ArrayAggAccumulator<T>> its)