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