Package | Description |
---|---|
org.apache.flink.table.functions | |
org.apache.flink.table.functions.python | |
org.apache.flink.table.types.extraction |
Modifier and Type | Method and Description |
---|---|
AggregateFunction<?,?> |
AggregateFunctionDefinition.getAggregateFunction()
Deprecated.
|
Constructor and Description |
---|
AggregateFunctionDefinition(String name,
AggregateFunction<?,?> aggregateFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<?> resultTypeInfo,
org.apache.flink.api.common.typeinfo.TypeInformation<?> accTypeInfo)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PythonAggregateFunction
The wrapper of user defined python aggregate function.
|
Modifier and Type | Method and Description |
---|---|
static TypeInference |
TypeInferenceExtractor.forAggregateFunction(DataTypeFactory typeFactory,
Class<? extends AggregateFunction<?,?>> function)
Extracts a type inference from a
AggregateFunction . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.