Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.rest |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCatalog.alterFunction(Identifier identifier,
List<FunctionChange> changes,
boolean ignoreIfNotExists) |
void |
Catalog.alterFunction(Identifier identifier,
List<FunctionChange> changes,
boolean ignoreIfNotExists)
Alter function.
|
void |
DelegateCatalog.alterFunction(Identifier identifier,
List<FunctionChange> changes,
boolean ignoreIfNotExists) |
Modifier and Type | Method and Description |
---|---|
void |
RESTCatalog.alterFunction(Identifier identifier,
List<FunctionChange> changes,
boolean ignoreIfNotExists) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.