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.
| 限定符和类型 | 方法和说明 |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.