Class PlanPartition
- java.lang.Object
-
- org.apache.sysds.hops.codegen.opt.PlanPartition
-
public class PlanPartition extends Object
-
-
Method Summary
All 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()
boolean
hasOuter()
void
setMatPointsExt(InterestingPoint[] points)
-
-
-
Method Detail
-
getMatPointsExt
public InterestingPoint[] getMatPointsExt()
-
setMatPointsExt
public void setMatPointsExt(InterestingPoint[] points)
-
hasOuter
public boolean hasOuter()
-
-