| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RexCorrelVariable
Reference to the current row of a correlating relational expression.
|
class |
RexDynamicParam
Dynamic parameter reference in a row-expression.
|
class |
RexInputRef
Variable which references a field of an input relational expression.
|
class |
RexLocalRef
Local variable.
|
class |
RexSlot
Abstract base class for
RexInputRef and RexLocalRef. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.