[
https://issues.apache.org/jira/browse/PHOENIX-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15494919#comment-15494919
]
Julian Hyde commented on PHOENIX-3264:
--------------------------------------
The "Impl" in the class name is a clue that it is deliberately hidden.
{{SqlToRelConverter}} instantiates a {{SqlNodeToRexConverterImpl}}, and uses it
in various places, notably the {{convertLiteral}} method. If you have access to
a {{SqlToRelConverter}} I suspect you could use that method.
> Allow TRUE and FALSE to be used as literal constants
> ----------------------------------------------------
>
> Key: PHOENIX-3264
> URL: https://issues.apache.org/jira/browse/PHOENIX-3264
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: James Taylor
> Attachments: SqlLiteral.png, SqlNodeToRexConverterImpl.png,
> SqlOptionNode.png, stacktrace.png
>
>
> Phoenix supports TRUE and FALSE as boolean literals, but perhaps Calcite
> doesn't? Looks like this is leading to a fair number of failures.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)