程序包 | 说明 |
---|---|
org.apache.flink.table.functions | |
org.apache.flink.table.functions.python | |
org.apache.flink.table.types.extraction |
限定符和类型 | 方法和说明 |
---|---|
AggregateFunction<?,?> |
AggregateFunctionDefinition.getAggregateFunction()
已过时。
|
构造器和说明 |
---|
AggregateFunctionDefinition(String name,
AggregateFunction<?,?> aggregateFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<?> resultTypeInfo,
org.apache.flink.api.common.typeinfo.TypeInformation<?> accTypeInfo)
已过时。
|
限定符和类型 | 类和说明 |
---|---|
class |
PythonAggregateFunction
The wrapper of user defined python aggregate function.
|
限定符和类型 | 方法和说明 |
---|---|
static TypeInference |
TypeInferenceExtractor.forAggregateFunction(DataTypeFactory typeFactory,
Class<? extends AggregateFunction<?,?>> function)
Extracts a type inference from a
AggregateFunction . |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.