| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.factories |
| 限定符和类型 | 方法和说明 |
|---|---|
default FunctionDefinition |
FunctionDefinitionFactory.createFunctionDefinition(String name,
CatalogFunction catalogFunction,
FunctionDefinitionFactory.Context context)
Creates a
FunctionDefinition from given CatalogFunction with the given FunctionDefinitionFactory.Context containing the class loader of the current session, which is useful when it's needed
to load class from class name. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.