| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Method and Description |
|---|---|
RexRangeRef |
RexBuilder.makeRangeReference(RelDataType type,
int offset,
boolean nullable)
Creates a reference to all the fields in the row.
|
| Modifier and Type | Method and Description |
|---|---|
R |
RexVisitorImpl.visitRangeRef(RexRangeRef rangeRef) |
RexNode |
RexShuttle.visitRangeRef(RexRangeRef rangeRef) |
R |
RexVisitor.visitRangeRef(RexRangeRef rangeRef) |
| Modifier and Type | Method and Description |
|---|---|
RexRangeRef |
SqlRexContext.getSubqueryExpr(SqlCall call)
Returns the expression used to access a given IN or EXISTS
sub-query. |
RexRangeRef |
SqlToRelConverter.Blackboard.getSubqueryExpr(SqlCall call) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.