[
https://issues.apache.org/jira/browse/CALCITE-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16597332#comment-16597332
]
Vladimir Sitnikov commented on CALCITE-2510:
--------------------------------------------
[~sandro19], I'm a tomato.
1) MySQL seems to have different approach: CHAR(77,121,83,81,'76'); -> 'MySQL'
2) OracleDB and PostgreSQL might have different semantics for "complicated
Unicode code points".
That is we might want to have OracleOperatorTable.CHR,
PostgreSqlOperatorTable.CHR, and MySqlOperatorTable.CHAR then
> CHR support
> -----------
>
> Key: CALCITE-2510
> URL: https://issues.apache.org/jira/browse/CALCITE-2510
> Project: Calcite
> Issue Type: Task
> Components: core
> Reporter: Sergey Tsvetkov
> Assignee: Julian Hyde
> Priority: Major
>
> Adding CHR() function support, available in Oracle & PostgreSql
> [https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions019.htm]
> [https://www.postgresql.org/docs/9.4/static/functions-string.html]
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)