| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.aggregate.window.combines | |
| org.apache.flink.table.runtime.operators.aggregate.window.processors |
| Constructor and Description |
|---|
AggCombiner(WindowTimerService<Long> timerService,
StateKeyContext keyContext,
WindowValueState<Long> accState,
NamespaceAggsHandleFunction<Long> aggregator,
boolean isEventTime) |
GlobalAggCombiner(WindowTimerService<Long> timerService,
StateKeyContext keyContext,
WindowValueState<Long> accState,
NamespaceAggsHandleFunction<Long> localAggregator,
NamespaceAggsHandleFunction<Long> globalAggregator) |
| Modifier and Type | Field and Description |
|---|---|
protected WindowValueState<Long> |
AbstractWindowAggProcessor.windowState
state schema: [key, window_end, accumulator].
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.