Uses of Interface
org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
-
-
Uses of NamespaceAggsHandleFunctionBase in org.apache.flink.table.runtime.generated
Subinterfaces of NamespaceAggsHandleFunctionBase in org.apache.flink.table.runtime.generated Modifier and Type Interface Description interfaceNamespaceAggsHandleFunction<N>The base class for handling aggregate functions with namespace.interfaceNamespaceTableAggsHandleFunction<N>The base class for handling table aggregate functions with namespace. -
Uses of NamespaceAggsHandleFunctionBase in org.apache.flink.table.runtime.operators.window
Fields in org.apache.flink.table.runtime.operators.window declared as NamespaceAggsHandleFunctionBase Modifier and Type Field Description protected NamespaceAggsHandleFunctionBase<W>WindowOperator. windowAggregator -
Uses of NamespaceAggsHandleFunctionBase in org.apache.flink.table.runtime.operators.window.internal
Fields in org.apache.flink.table.runtime.operators.window.internal declared as NamespaceAggsHandleFunctionBase Modifier and Type Field Description protected NamespaceAggsHandleFunctionBase<W>InternalWindowProcessFunction. windowAggregatorConstructors in org.apache.flink.table.runtime.operators.window.internal with parameters of type NamespaceAggsHandleFunctionBase Constructor Description GeneralWindowProcessFunction(WindowAssigner<W> windowAssigner, NamespaceAggsHandleFunctionBase<W> windowAggregator, long allowedLateness)InternalWindowProcessFunction(WindowAssigner<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)
-