Uses of Interface
org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunction
Packages that use NamespaceAggsHandleFunction
Package
Description
-
Uses of NamespaceAggsHandleFunction in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines
Constructors in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines with parameters of type NamespaceAggsHandleFunctionModifierConstructorDescriptionAsyncStateAggCombiner(WindowTimerService<Long> timerService, WindowAsyncValueState<Long> accState, NamespaceAggsHandleFunction<Long> aggregator, boolean isEventTime) -
Uses of NamespaceAggsHandleFunction in org.apache.flink.table.runtime.operators.aggregate.window.combines
Constructors in org.apache.flink.table.runtime.operators.aggregate.window.combines with parameters of type NamespaceAggsHandleFunctionModifierConstructorDescriptionAggCombiner(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) LocalAggCombiner(NamespaceAggsHandleFunction<Long> aggregator, org.apache.flink.util.Collector<org.apache.flink.table.data.RowData> collector) -
Uses of NamespaceAggsHandleFunction in org.apache.flink.table.runtime.operators.aggregate.window.processors
Fields in org.apache.flink.table.runtime.operators.aggregate.window.processors declared as NamespaceAggsHandleFunctionModifier and TypeFieldDescriptionprotected NamespaceAggsHandleFunction<W>WindowAggProcessorBase.aggregator -
Uses of NamespaceAggsHandleFunction in org.apache.flink.table.runtime.operators.window.groupwindow.operator
Methods in org.apache.flink.table.runtime.operators.window.groupwindow.operator with parameters of type NamespaceAggsHandleFunctionModifier and TypeMethodDescriptionWindowOperatorBuilder.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) Constructors in org.apache.flink.table.runtime.operators.window.groupwindow.operator with parameters of type NamespaceAggsHandleFunctionModifierConstructorDescriptionAggregateWindowOperatorBuilder(NamespaceAggsHandleFunction<?> aggregateFunction, RecordEqualiser equaliser, WindowOperatorBuilder windowOperatorBuilder)