Nikita Pande created PHOENIX-7204:
-------------------------------------
Summary: 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
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)