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