|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RexToSqlNodeConverter
Converts expressions from RexNode to SqlNode.
| Method Summary | |
|---|---|
SqlNode |
convertCall(RexCall call)
Converts a RexCall to a SqlNode expression. |
SqlNode |
convertInputRef(RexInputRef ref)
Converts a RexInputRef to a SqlIdentifier. |
SqlNode |
convertLiteral(RexLiteral literal)
Converts a RexLiteral to a SqlLiteral. |
| Method Detail |
|---|
SqlNode convertCall(RexCall call)
RexCall to a SqlNode expression.
call - RexCall to translate
SqlNode convertLiteral(RexLiteral literal)
RexLiteral to a SqlLiteral.
literal - RexLiteral to translate
SqlNode convertInputRef(RexInputRef ref)
RexInputRef to a SqlIdentifier.
ref - RexInputRef to translate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||