public interface AggsHandleFunction extends AggsHandleFunctionBase
It is code generated to handle all AggregateFunctions together in an aggregation.
It is the entry point for aggregate operators to operate all AggregateFunctions.
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.data.RowData |
getValue()
Gets the result of the aggregation from the current accumulators.
|
accumulate, cleanup, close, createAccumulators, getAccumulators, merge, open, resetAccumulators, retract, setAccumulatorsCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.