| Package | Description |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.factories |
| Modifier and Type | Method and Description |
|---|---|
CatalogFunction |
CatalogFunction.copy()
Create a deep copy of the function.
|
CatalogFunction |
Catalog.getFunction(ObjectPath functionPath)
Get the function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Catalog.alterFunction(ObjectPath functionPath,
CatalogFunction newFunction,
boolean ignoreIfNotExists)
Modify an existing function.
|
void |
Catalog.createFunction(ObjectPath functionPath,
CatalogFunction function,
boolean ignoreIfExists)
Create a function.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinition |
FunctionDefinitionFactory.createFunctionDefinition(String name,
CatalogFunction catalogFunction)
Creates a
FunctionDefinition from given CatalogFunction. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.