Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.flink.procedure | |
org.apache.paimon.rest |
Modifier and Type | Method and Description |
---|---|
void |
Catalog.createFunction(Identifier identifier,
Function function,
boolean ignoreIfExists)
Create a new function.
|
void |
AbstractCatalog.createFunction(Identifier identifier,
Function function,
boolean ignoreIfExists) |
void |
DelegateCatalog.createFunction(Identifier identifier,
Function function,
boolean ignoreIfExists) |
Modifier and Type | Method and Description |
---|---|
String[] |
CreateFunctionProcedure.call(org.apache.flink.table.procedure.ProcedureContext procedureContext,
String function,
String inputParams,
String returnParams,
Boolean deterministic,
String comment,
String options) |
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.