Class PlanAnalyzer
- java.lang.Object
- 
- org.apache.sysds.hops.codegen.opt.PlanAnalyzer
 
- 
 public class PlanAnalyzer extends Object Utility functions to extract structural information from the memo table, including connected components (aka partitions) of partial fusion plans, materialization points of partitions, and root nodes of partitions.
- 
- 
Constructor SummaryConstructors Constructor Description PlanAnalyzer()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<PlanPartition>analyzePlanPartitions(CPlanMemoTable memo, ArrayList<Hop> roots, boolean ext)
 
- 
- 
- 
Method Detail- 
analyzePlanPartitionspublic static Collection<PlanPartition> analyzePlanPartitions(CPlanMemoTable memo, ArrayList<Hop> roots, boolean ext) 
 
- 
 
-