| Package | Description |
|---|---|
| org.apache.calcite.rel.logical |
Defines logical relational expressions.
|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalCalc |
LogicalCalc.copy(RelTraitSet traitSet,
RelNode child,
RexProgram program) |
static LogicalCalc |
LogicalCalc.create(RelNode input,
RexProgram program) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CalcRelSplitter.canImplement(LogicalCalc rel,
String relTypeName)
Returns whether a relational expression can be implemented solely in a
given
CalcRelSplitter.RelType. |
| Modifier and Type | Method and Description |
|---|---|
void |
RelStructuredTypeFlattener.rewriteRel(LogicalCalc rel) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.