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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
Returns the id associated with a leaf node in a binary tree.void
getTreeOrder
(List<Integer> treeOrder) Methods inherited from class org.apache.calcite.rel.rules.LoptJoinTree.BinaryTree
getParent
-
Constructor Details
-
Leaf
-
-
Method Details
-
getId
public int getId()Returns the id associated with a leaf node in a binary tree. -
getTreeOrder
- Specified by:
getTreeOrder
in classLoptJoinTree.BinaryTree
-