Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.flink.procedure | |
org.apache.paimon.rest |
Modifier and Type | Method and Description |
---|---|
void |
Catalog.alterFunction(Identifier identifier,
List<FunctionChange> changes,
boolean ignoreIfNotExists)
Alter function.
|
void |
AbstractCatalog.alterFunction(Identifier identifier,
List<FunctionChange> changes,
boolean ignoreIfNotExists) |
void |
DelegateCatalog.alterFunction(Identifier identifier,
List<FunctionChange> changes,
boolean ignoreIfNotExists) |
void |
Catalog.dropFunction(Identifier identifier,
boolean ignoreIfNotExists)
Drop function.
|
void |
AbstractCatalog.dropFunction(Identifier identifier,
boolean ignoreIfNotExists) |
void |
DelegateCatalog.dropFunction(Identifier identifier,
boolean ignoreIfNotExists) |
Function |
Catalog.getFunction(Identifier identifier)
Get function by name.
|
Function |
AbstractCatalog.getFunction(Identifier identifier) |
Function |
DelegateCatalog.getFunction(Identifier identifier) |
Modifier and Type | Method and Description |
---|---|
String[] |
DropFunctionProcedure.call(org.apache.flink.table.procedure.ProcedureContext procedureContext,
String function) |
String[] |
AlterFunctionProcedure.call(org.apache.flink.table.procedure.ProcedureContext procedureContext,
String function,
String change) |
Modifier and Type | Method and Description |
---|---|
void |
RESTCatalog.alterFunction(Identifier identifier,
List<FunctionChange> changes,
boolean ignoreIfNotExists) |
void |
RESTCatalog.dropFunction(Identifier identifier,
boolean ignoreIfNotExists) |
Function |
RESTCatalog.getFunction(Identifier identifier) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.