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