Package org.apache.calcite.rel.rules
Class LoptJoinTree.Leaf
java.lang.Object
org.apache.calcite.rel.rules.LoptJoinTree.BinaryTree
org.apache.calcite.rel.rules.LoptJoinTree.Leaf
- Enclosing class:
- LoptJoinTree
Binary tree node that has no children.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetId()Returns the id associated with a leaf node in a binary tree.voidgetTreeOrder(List<Integer> treeOrder) Methods inherited from class org.apache.calcite.rel.rules.LoptJoinTree.BinaryTreegetParent
- 
Constructor Details- 
Leaf
 
- 
- 
Method Details- 
getIdpublic int getId()Returns the id associated with a leaf node in a binary tree.
- 
getTreeOrder- Specified by:
- getTreeOrderin class- LoptJoinTree.BinaryTree
 
 
-