public interface RexToSqlNodeConverter
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
convertCall(RexCall call)
|
SqlNode |
convertInputRef(RexInputRef ref)
Converts a
RexInputRef to a SqlIdentifier. |
SqlNode |
convertLiteral(RexLiteral literal)
Converts a
RexLiteral to a SqlLiteral. |
SqlNode |
convertNode(RexNode node)
|
SqlNode convertNode(RexNode node)
RexNode to a SqlNode expression,
typically by dispatching to one of the other interface methods.node - RexNode to translateSqlNode convertCall(RexCall call)
call - RexCall to translateSqlNode convertLiteral(RexLiteral literal)
RexLiteral to a SqlLiteral.literal - RexLiteral to translateSqlNode convertInputRef(RexInputRef ref)
RexInputRef to a SqlIdentifier.ref - RexInputRef to translateCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.