Class WTreeRoot
- java.lang.Object
- 
- org.apache.sysds.runtime.compress.workload.AWTreeNode
- 
- org.apache.sysds.runtime.compress.workload.WTreeRoot
 
 
- 
 public class WTreeRoot extends AWTreeNode The root node of the tree, located at the top of the tree. This represent a single Hop that have a result that is used on subsequent operations.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.sysds.runtime.compress.workload.AWTreeNodeAWTreeNode.WTNodeType
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HopgetRoot()Get the Root hop instruction, that is producing a result used in the rest of the tree.booleanisDecompressing()voidsetDecompressing()- 
Methods inherited from class org.apache.sysds.runtime.compress.workload.AWTreeNodeaddChild, addOp, getChildNodes, getOps, getType, isEmpty, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
WTreeRootpublic WTreeRoot(Hop root) 
 
- 
 - 
Method Detail- 
getRootpublic Hop getRoot() Get the Root hop instruction, that is producing a result used in the rest of the tree.- Returns:
- The root hop
 
 - 
isDecompressingpublic boolean isDecompressing() 
 - 
setDecompressingpublic void setDecompressing() 
 
- 
 
-