Class ViewHelpers
Object
org.apache.spark.sql.pipelines.graph.ViewHelpers
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic scala.collection.immutable.Map<org.apache.spark.sql.catalyst.TableIdentifier,ResolvedFlow> Map of view identifier to corresponding unresolved flow
- 
Constructor Details- 
ViewHelperspublic ViewHelpers()
 
- 
- 
Method Details- 
persistedViewIdentifierToFlowpublic static scala.collection.immutable.Map<org.apache.spark.sql.catalyst.TableIdentifier,ResolvedFlow> persistedViewIdentifierToFlow(DataflowGraph graph) Map of view identifier to corresponding unresolved flow
 
-