org.apache.spark.sql.pipelines.Pipeline
See thePipeline companion class
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Create a new dataflow graph on the server and return a Pipeline bound to it.
Create a new dataflow graph on the server and return a Pipeline bound to it.
Value parameters
-
defaultCatalog
-
the default catalog for datasets in this graph.
-
defaultDatabase
-
the default database for datasets in this graph.
-
session
-
the session to run the pipeline against.
-
sqlConf
-
SQL configurations for all flows in this graph.
Attributes
-
Returns
-
a Pipeline bound to the newly created graph.