Interface SparkProcedures.ProcedureBuilder
-
- Enclosing class:
- SparkProcedures
public static interface SparkProcedures.ProcedureBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Procedure
build()
SparkProcedures.ProcedureBuilder
withTableCatalog(org.apache.spark.sql.connector.catalog.TableCatalog tableCatalog)
-
-
-
Method Detail
-
withTableCatalog
SparkProcedures.ProcedureBuilder withTableCatalog(org.apache.spark.sql.connector.catalog.TableCatalog tableCatalog)
-
build
Procedure build()
-
-