Class PlanPartition
- java.lang.Object
- 
- org.apache.sysds.hops.codegen.opt.PlanPartition
 
- 
 public class PlanPartition extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HashSet<Long>getExtConsumed()HashSet<Long>getInputs()ArrayList<Long>getMatPoints()InterestingPoint[]getMatPointsExt()HashSet<Long>getPartition()HashSet<Long>getRoots()booleanhasOuter()voidsetMatPointsExt(InterestingPoint[] points)
 
- 
- 
- 
Method Detail- 
getMatPointsExtpublic InterestingPoint[] getMatPointsExt() 
 - 
setMatPointsExtpublic void setMatPointsExt(InterestingPoint[] points) 
 - 
hasOuterpublic boolean hasOuter() 
 
- 
 
-