| Package | Description |
|---|---|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Method and Description |
|---|---|
LoptJoinTree |
LoptJoinTree.getLeft() |
LoptJoinTree |
LoptJoinTree.BinaryTree.getParent() |
LoptJoinTree |
LoptJoinTree.getRight() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoptMultiJoin.getChildFactors(LoptJoinTree joinTree,
ImmutableBitSet.Builder childFactors)
Sets a bitmap indicating all child RelNodes in a join tree
|
List<RelDataTypeField> |
LoptMultiJoin.getJoinFields(LoptJoinTree left,
LoptJoinTree right)
Retrieves the fields corresponding to a join between a left and right
tree
|
boolean |
LoptMultiJoin.hasAllFactors(LoptJoinTree joinTree,
BitSet factorsNeeded)
Returns true if a join tree contains all factors required
|
| Constructor and Description |
|---|
LoptJoinTree.BinaryTree(LoptJoinTree parent) |
LoptJoinTree.Leaf(int rootId,
LoptJoinTree parent) |
LoptJoinTree.Node(LoptJoinTree.BinaryTree left,
LoptJoinTree.BinaryTree right,
LoptJoinTree parent) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.