| Package | Description |
|---|---|
| org.apache.flink.table.factories |
| Modifier and Type | Method and Description |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.