Class GraphRegistrationContext
Object
org.apache.spark.sql.pipelines.graph.GraphRegistrationContext
A mutable context for registering tables, views, and flows in a dataflow graph.
param: defaultCatalog The pipeline's default catalog. param: defaultDatabase The pipeline's default schema.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGraphRegistrationContext(String defaultCatalog, String defaultDatabase, scala.collection.immutable.Map<String, String> defaultSqlConf) -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Seq<Sink>getSinks()scala.collection.immutable.Seq<View>getViews()voidregisterFlow(UnresolvedFlow flowDef) voidregisterSink(Sink sinkDef) voidregisterTable(Table tableDef) voidregisterView(View viewDef)
-
Constructor Details
-
GraphRegistrationContext
-
-
Method Details
-
defaultCatalog
-
defaultDatabase
-
defaultSqlConf
-
registerTable
-
registerView
-
registerSink
-
getViews
-
getSinks
-
registerFlow
-
toDataflowGraph
-