| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RexInputRef
Variable which references a field of an input relational expression.
|
class |
RexLocalRef
Local variable.
|
class |
RexPatternFieldRef
Variable which references a field of an input relational expression
|
class |
RexTableInputRef
Variable which references a column of a table occurrence in a relational plan.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.