| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
RexProgramBuilder.RegisterInputShuttle
Shuttle which walks over an expression, registering each sub-expression.
|
private class |
RexProgramBuilder.RegisterMidputShuttle
Extension to
RexProgramBuilder.RegisterInputShuttle which allows expressions to be
in terms of inputs or previous common sub-expressions. |
private class |
RexProgramBuilder.RegisterOutputShuttle
Shuttle which walks over an expression, registering each sub-expression.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.