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].
|
Constructor and Description |
---|
RowTimeDeduplicateRecordsCombiner(WindowTimerService<Long> timerService,
StateKeyContext keyContext,
WindowValueState<Long> dataState,
int rowtimeIndex,
boolean keepLastRow,
TypeSerializer<RowData> recordSerializer) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.