Uses of Interface
org.apache.flink.table.runtime.generated.NamespaceTableAggsHandleFunction
Packages that use NamespaceTableAggsHandleFunction
-
Uses of NamespaceTableAggsHandleFunction 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 NamespaceTableAggsHandleFunctionModifier and TypeMethodDescriptionWindowOperatorBuilder.aggregate(NamespaceTableAggsHandleFunction<?> tableAggregateFunction, 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 NamespaceTableAggsHandleFunctionModifierConstructorDescriptionTableAggregateWindowOperatorBuilder(NamespaceTableAggsHandleFunction<?> tableAggregateFunction, WindowOperatorBuilder windowOperatorBuilder)