| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Method and Description |
|---|---|
RexSqlConvertlet |
RexSqlReflectiveConvertletTable.get(RexCall call) |
RexSqlConvertlet |
RexSqlConvertletTable.get(RexCall call)
Returns the convertlet applicable to a given expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RexSqlReflectiveConvertletTable.registerOp(SqlOperator op,
RexSqlConvertlet convertlet)
Registers a convertlet for a given operator instance
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.