| Package | Description |
|---|---|
| org.apache.flink.table.runtime.functions.aggregate |
| Modifier and Type | Method and Description |
|---|---|
ArrayAggFunction.ArrayAggAccumulator<T> |
ArrayAggFunction.createAccumulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayAggFunction.accumulate(ArrayAggFunction.ArrayAggAccumulator<T> acc,
T value) |
org.apache.flink.table.data.ArrayData |
ArrayAggFunction.getValue(ArrayAggFunction.ArrayAggAccumulator<T> acc) |
void |
ArrayAggFunction.merge(ArrayAggFunction.ArrayAggAccumulator<T> acc,
Iterable<ArrayAggFunction.ArrayAggAccumulator<T>> its) |
void |
ArrayAggFunction.resetAccumulator(ArrayAggFunction.ArrayAggAccumulator<T> acc) |
void |
ArrayAggFunction.retract(ArrayAggFunction.ArrayAggAccumulator<T> acc,
T value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayAggFunction.merge(ArrayAggFunction.ArrayAggAccumulator<T> acc,
Iterable<ArrayAggFunction.ArrayAggAccumulator<T>> its) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.