| 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) |
GlobalAggCombiner(WindowTimerService<Long> timerService,
StateKeyContext keyContext,
WindowValueState<Long> accState,
NamespaceAggsHandleFunction<Long> localAggregator,
NamespaceAggsHandleFunction<Long> globalAggregator) |
LocalAggCombiner(NamespaceAggsHandleFunction<Long> aggregator,
org.apache.flink.util.Collector<org.apache.flink.table.data.RowData> collector) |
| Modifier and Type | Field and Description |
|---|---|
protected NamespaceAggsHandleFunction<W> |
AbstractWindowAggProcessor.aggregator |
| Modifier and Type | Method and Description |
|---|---|
WindowOperatorBuilder.AggregateWindowOperatorBuilder |
WindowOperatorBuilder.aggregate(NamespaceAggsHandleFunction<?> aggregateFunction,
RecordEqualiser equaliser,
org.apache.flink.table.types.logical.LogicalType[] accumulatorTypes,
org.apache.flink.table.types.logical.LogicalType[] aggResultTypes,
org.apache.flink.table.types.logical.LogicalType[] windowPropertyTypes) |
| Constructor and Description |
|---|
AggregateWindowOperatorBuilder(NamespaceAggsHandleFunction<?> aggregateFunction,
RecordEqualiser equaliser,
WindowOperatorBuilder windowOperatorBuilder) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.