Class ViewHelpers
Object
org.apache.spark.sql.pipelines.graph.ViewHelpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic scala.collection.immutable.Map<org.apache.spark.sql.catalyst.TableIdentifier,
Flow> Map of view identifier to corresponding unresolved flow
-
Constructor Details
-
ViewHelpers
public ViewHelpers()
-
-
Method Details
-
persistedViewIdentifierToFlow
public static scala.collection.immutable.Map<org.apache.spark.sql.catalyst.TableIdentifier,Flow> persistedViewIdentifierToFlow(DataflowGraph graph) Map of view identifier to corresponding unresolved flow
-