| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RexToSqlNodeConverterImpl
Standard implementation of
RexToSqlNodeConverter. |
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
RexSqlStandardConvertletTable.convertCall(RexToSqlNodeConverter converter,
RexCall call)
Converts a call to an operator into a
SqlCall to the same
operator. |
SqlNode |
RexSqlConvertlet.convertCall(RexToSqlNodeConverter converter,
RexCall call)
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.