Uses of Class
org.apache.flink.table.functions.TableAggregateFunction
Packages that use TableAggregateFunction
Package
Description
-
Uses of TableAggregateFunction in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return TableAggregateFunctionModifier and TypeMethodDescriptionTableAggregateFunctionDefinition.getTableAggregateFunction()Deprecated.Constructors in org.apache.flink.table.functions with parameters of type TableAggregateFunctionModifierConstructorDescriptionTableAggregateFunctionDefinition(String name, TableAggregateFunction<?, ?> aggregateFunction, org.apache.flink.api.common.typeinfo.TypeInformation<?> resultTypeInfo, org.apache.flink.api.common.typeinfo.TypeInformation<?> accTypeInfo) Deprecated. -
Uses of TableAggregateFunction in org.apache.flink.table.functions.python
Subclasses of TableAggregateFunction in org.apache.flink.table.functions.pythonModifier and TypeClassDescriptionclassThe wrapper of user defined python table aggregate function. -
Uses of TableAggregateFunction in org.apache.flink.table.types.extraction
Method parameters in org.apache.flink.table.types.extraction with type arguments of type TableAggregateFunctionModifier and TypeMethodDescriptionstatic TypeInferenceTypeInferenceExtractor.forTableAggregateFunction(DataTypeFactory typeFactory, Class<? extends TableAggregateFunction<?, ?>> function) Extracts a type inference from aTableAggregateFunction.