Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.rest |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCatalog.createFunction(Identifier identifier,
Function function,
boolean ignoreIfExists) |
void |
Catalog.createFunction(Identifier identifier,
Function function,
boolean ignoreIfExists)
Create a new function.
|
void |
DelegateCatalog.createFunction(Identifier identifier,
Function function,
boolean ignoreIfExists) |
Modifier and Type | Method and Description |
---|---|
void |
RESTCatalog.createFunction(Identifier identifier,
Function function,
boolean ignoreIfExists) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.