Class LoptJoinTree.Leaf

java.lang.Object
org.apache.calcite.rel.rules.LoptJoinTree.BinaryTree
org.apache.calcite.rel.rules.LoptJoinTree.Leaf
Enclosing class:
LoptJoinTree

protected static class LoptJoinTree.Leaf extends LoptJoinTree.BinaryTree
Binary tree node that has no children.
  • Constructor Details

    • Leaf

      public Leaf(int rootId, @UnderInitialization LoptJoinTree parent)
  • Method Details