| Package | Description |
|---|---|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Field and Description |
|---|---|
static JoinCommuteRule |
JoinCommuteRule.INSTANCE
Instance of the rule that only swaps inner joins.
|
static JoinCommuteRule |
JoinCommuteRule.SWAP_OUTER
Instance of the rule that swaps outer joins as well as inner joins.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.