public interface ProcedureCatalog
Modifier and Type | Method and Description |
---|---|
Procedure |
loadProcedure(org.apache.spark.sql.connector.catalog.Identifier identifier)
Loads a
stored procedure by identifier . |
Procedure loadProcedure(org.apache.spark.sql.connector.catalog.Identifier identifier) throws NoSuchProcedureException
stored procedure
by identifier
.identifier
- A stored procedure identifier.NoSuchProcedureException
- Thrown, if there is no matching procedure stored.Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.