| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Method and Description |
|---|---|
RexNode |
RelOptUtil.VariableUsedVisitor.visitCorrelVariable(RexCorrelVariable p) |
| Modifier and Type | Method and Description |
|---|---|
R |
RexVisitorImpl.visitCorrelVariable(RexCorrelVariable correlVariable) |
RexNode |
RexShuttle.visitCorrelVariable(RexCorrelVariable variable) |
R |
RexVisitor.visitCorrelVariable(RexCorrelVariable correlVariable) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.