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