Uses of Interface
org.apache.flink.table.runtime.generated.NamespaceTableAggsHandleFunction
-
Packages that use NamespaceTableAggsHandleFunction Package Description org.apache.flink.table.runtime.operators.window.groupwindow.operator -
-
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 NamespaceTableAggsHandleFunction Modifier and Type Method Description WindowOperatorBuilder.TableAggregateWindowOperatorBuilder
WindowOperatorBuilder. 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 NamespaceTableAggsHandleFunction Constructor Description TableAggregateWindowOperatorBuilder(NamespaceTableAggsHandleFunction<?> tableAggregateFunction, WindowOperatorBuilder windowOperatorBuilder)
-