[
https://issues.apache.org/jira/browse/CALCITE-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845347#comment-16845347
]
Julian Hyde commented on CALCITE-1126:
--------------------------------------
It could go into the Babel parser. I would not add it to Calcite's core parser.
Also, Oracle has a BITAND function (e.g. BITAND(6, 3) returns 2) and maybe
someone could add that as a UDF, or as a function in the Oracle operator table.
It would not need a change to the parser.
> Add "&" operation
> -----------------
>
> Key: CALCITE-1126
> URL: https://issues.apache.org/jira/browse/CALCITE-1126
> Project: Calcite
> Issue Type: Bug
> Reporter: Sameh Samra
> Priority: Major
> Labels: dialect
>
> MSSQL uses "&" to support Masking. But calcite parser doesn't understand it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)