Package org.apache.calcite.materialize
Class LatticeRootNode
java.lang.Object
org.apache.calcite.materialize.LatticeNode
org.apache.calcite.materialize.LatticeRootNode
Root node in a 
Lattice. It has no parent.- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<LatticeNode>Descendants, in prefix order.Fields inherited from class org.apache.calcite.materialize.LatticeNodealias, digest, table
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontains(LatticeRootNode node) Whether this node's graph is a super-set of (or equal to) another node's graph.Methods inherited from class org.apache.calcite.materialize.LatticeNoderelOptTable, toString
- 
Field Details- 
descendantsDescendants, in prefix order. This root node is at position 0.
 
- 
- 
Method Details- 
containsWhether this node's graph is a super-set of (or equal to) another node's graph.
 
-