public interface ProcedureBuilder
Procedure that builds a stored procedure.| Modifier and Type | Method and Description |
|---|---|
Procedure |
build()
Builds a
stored procedure via given identifier. |
ProcedureBuilder |
withTableCatalog(org.apache.spark.sql.connector.catalog.TableCatalog tableCatalog)
Returns a
procedure builder via given table catalog. |
ProcedureBuilder withTableCatalog(org.apache.spark.sql.connector.catalog.TableCatalog tableCatalog)
procedure builder via given table catalog.tableCatalog - The table catalog.Procedure build()
stored procedure via given identifier.Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.