[
https://issues.apache.org/jira/browse/PHOENIX-7204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Pande reassigned PHOENIX-7204:
-------------------------------------
Assignee: Nikita Pande
> Support CHR operator as built in functions
> ------------------------------------------
>
> Key: PHOENIX-7204
> URL: https://issues.apache.org/jira/browse/PHOENIX-7204
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Nikita Pande
> Assignee: Nikita Pande
> Priority: Major
>
> CHR:
> [[https://www.ibm.com/docs/en/db2-for-zos/12?topic=functions-chr]|https://www.ibm.com/docs/en/db2-for-zos/12?topic=functions-chr]
> {*}Description{*}: The CHR function returns the character that has the ASCII
> code value that
> is specified by the argument.
> Example: Set :hv with the Euro symbol "€" in CCSID 923:
> {code:java}
> SET :hv = CHR(164); -- x'A4'
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)