public interface NamespaceAggsHandleFunction<N> extends NamespaceAggsHandleFunctionBase<N>
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.data.RowData |
getValue(N namespace)
Gets the result of the aggregation from the current accumulators and namespace properties
(like window start).
|
accumulate, cleanup, close, createAccumulators, getAccumulators, merge, open, retract, setAccumulatorsorg.apache.flink.table.data.RowData getValue(N namespace) throws Exception
namespace - the namespace properties which should be calculated, such window startExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.