public class RexSqlStandardConvertletTable extends RexSqlReflectiveConvertletTable
RexSqlConvertletTable.| Constructor and Description |
|---|
RexSqlStandardConvertletTable() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable 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 @Nullable 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-2022 Apache Software Foundation. All Rights Reserved.