public class RexSqlStandardConvertletTable extends RexSqlReflectiveConvertletTable
RexSqlConvertletTable.| Constructor and Description |
|---|
RexSqlStandardConvertletTable() |
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
convertCall(RexToSqlNodeConverter converter,
RexCall call)
Converts a call to an operator into a
SqlCall to the same
operator. |
protected void |
registerEquivOp(SqlOperator op)
Creates and registers a convertlet for an operator in which
the SQL and Rex representations are structurally equivalent.
|
get, registerOppublic SqlNode convertCall(RexToSqlNodeConverter converter, RexCall call)
SqlCall to the same
operator.
Called automatically via reflection.
converter - Convertercall - Callprotected void registerEquivOp(SqlOperator op)
op - operator instanceCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.