| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| Modifier and Type | Method and Description |
|---|---|
RelOptUtil.Logic |
RelOptUtil.Logic.negate() |
static RelOptUtil.Logic |
RelOptUtil.Logic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelOptUtil.Logic[] |
RelOptUtil.Logic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<RelNode,Boolean> |
RelOptUtil.createExistsPlan(RelNode seekRel,
RelOptUtil.SubqueryType subqueryType,
RelOptUtil.Logic logic,
boolean needsOuterJoin)
Creates a plan suitable for use in
EXISTS or IN
statements. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.