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 Summary
Modifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<LatticeNode>
Descendants, in prefix order.Fields inherited from class org.apache.calcite.materialize.LatticeNode
alias, digest, table
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(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.LatticeNode
relOptTable, toString
-
Field Details
-
descendants
Descendants, in prefix order. This root node is at position 0.
-
-
Method Details
-
contains
Whether this node's graph is a super-set of (or equal to) another node's graph.
-