public interface ProcedureCatalog
extends org.apache.spark.sql.connector.catalog.CatalogPlugin
Implementations should implement this interface if they expose stored procedures that can be called via CALL statements.
Modifier and Type | Method and Description |
---|---|
Procedure |
loadProcedure(org.apache.spark.sql.connector.catalog.Identifier ident)
Load a
stored procedure by identifier . |
Procedure loadProcedure(org.apache.spark.sql.connector.catalog.Identifier ident) throws NoSuchProcedureException
stored procedure
by identifier
.ident
- a stored procedure identifierNoSuchProcedureException
- if there is no matching stored procedure