Interface ProcedureCatalog
- All Superinterfaces:
CatalogPlugin
A catalog API for working with procedures.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionloadProcedure(Identifier ident) Load a procedure byidentifierfrom the catalog.Methods inherited from interface org.apache.spark.sql.connector.catalog.CatalogPlugin
defaultNamespace, initialize, name
-
Method Details
-
loadProcedure
Load a procedure byidentifierfrom the catalog.- Parameters:
ident- a procedure identifier- Returns:
- the loaded unbound procedure
-