public interface NamespaceTableAggsHandleFunction<N> extends NamespaceAggsHandleFunctionBase<N>
Modifier and Type | Method and Description |
---|---|
void |
emitValue(N namespace,
RowData key,
Collector<RowData> out)
Emits the result of the aggregation from the current accumulators and namespace properties
(like window start).
|
accumulate, cleanup, close, createAccumulators, getAccumulators, merge, open, retract, setAccumulators
void emitValue(N namespace, RowData key, Collector<RowData> out) throws Exception
namespace
- the namespace properties which should be calculated, such window startkey
- the group key for the current emit.out
- the collector used to emit results.Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.