| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Method and Description |
|---|---|
static RelOptUtil.Exists |
RelOptUtil.createExistsPlan(RelNode seekRel,
RelOptUtil.SubQueryType subQueryType,
RelOptUtil.Logic logic,
boolean notIn)
Creates a plan suitable for use in
EXISTS or IN
statements. |
| Modifier and Type | Method and Description |
|---|---|
private RelOptUtil.Exists |
SqlToRelConverter.convertExists(SqlNode seek,
RelOptUtil.SubQueryType subQueryType,
RelOptUtil.Logic logic,
boolean notIn,
RelDataType targetDataType)
Converts an EXISTS or IN predicate into a join.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.