Uses of Interface
org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Packages that use NamespaceAggsHandleFunctionBase
Package
Description
-
Uses of NamespaceAggsHandleFunctionBase in org.apache.flink.table.runtime.generated
Subinterfaces of NamespaceAggsHandleFunctionBase in org.apache.flink.table.runtime.generatedModifier and TypeInterfaceDescriptioninterfaceThe base class for handling aggregate functions with namespace.interfaceThe base class for handling table aggregate functions with namespace. -
Uses of NamespaceAggsHandleFunctionBase in org.apache.flink.table.runtime.operators.window.groupwindow.internal
Fields in org.apache.flink.table.runtime.operators.window.groupwindow.internal declared as NamespaceAggsHandleFunctionBaseModifier and TypeFieldDescriptionprotected final NamespaceAggsHandleFunctionBase<W>InternalWindowProcessFunction.windowAggregatorConstructors in org.apache.flink.table.runtime.operators.window.groupwindow.internal with parameters of type NamespaceAggsHandleFunctionBaseModifierConstructorDescriptionDefaultAccMergingConsumer(InternalWindowProcessFunction.Context<?, W> ctx, NamespaceAggsHandleFunctionBase<W> windowAggregator) GeneralWindowProcessFunction(GroupWindowAssigner<W> windowAssigner, NamespaceAggsHandleFunctionBase<W> windowAggregator, long allowedLateness) protectedInternalWindowProcessFunction(GroupWindowAssigner<W> windowAssigner, NamespaceAggsHandleFunctionBase<W> windowAggregator, long allowedLateness) MergingWindowProcessFunction(MergingWindowAssigner<W> windowAssigner, NamespaceAggsHandleFunctionBase<W> windowAggregator, org.apache.flink.api.common.typeutils.TypeSerializer<W> windowSerializer, long allowedLateness) PanedWindowProcessFunction(PanedWindowAssigner<W> windowAssigner, NamespaceAggsHandleFunctionBase<W> windowAggregator, long allowedLateness) -
Uses of NamespaceAggsHandleFunctionBase in org.apache.flink.table.runtime.operators.window.groupwindow.operator
Fields in org.apache.flink.table.runtime.operators.window.groupwindow.operator declared as NamespaceAggsHandleFunctionBaseModifier and TypeFieldDescriptionprotected NamespaceAggsHandleFunctionBase<W>WindowOperator.windowAggregator