Interface NamespaceAggsHandleFunction<N>
- All Superinterfaces:
org.apache.flink.api.common.functions.Function,NamespaceAggsHandleFunctionBase<N>,Serializable
The base class for handling aggregate functions with namespace.
-
Method Summary
Methods inherited from interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
accumulate, cleanup, close, createAccumulators, getAccumulators, merge, open, retract, setAccumulators
-
Method Details
-
getValue
Gets the result of the aggregation from the current accumulators and namespace properties (like window start).- Parameters:
namespace- the namespace properties which should be calculated, such window start- Returns:
- the final result (saved in a row) of the current accumulators.
- Throws:
Exception
-