Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.function | |
org.apache.paimon.rest | |
org.apache.paimon.rest.requests | |
org.apache.paimon.rest.responses |
Modifier and Type | Method and Description |
---|---|
Function |
AbstractCatalog.getFunction(Identifier identifier) |
Function |
Catalog.getFunction(Identifier identifier)
Get function by name.
|
Function |
DelegateCatalog.getFunction(Identifier identifier) |
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 | Class and Description |
---|---|
class |
FunctionImpl
Function implementation.
|
Modifier and Type | Method and Description |
---|---|
Function |
RESTCatalog.getFunction(Identifier identifier) |
Modifier and Type | Method and Description |
---|---|
void |
RESTApi.createFunction(Identifier identifier,
Function function)
Create a function.
|
void |
RESTCatalog.createFunction(Identifier identifier,
Function function,
boolean ignoreIfExists) |
Constructor and Description |
---|
CreateFunctionRequest(Function function) |
Modifier and Type | Method and Description |
---|---|
Function |
GetFunctionResponse.toFunction(Identifier identifier) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.