[
https://issues.apache.org/jira/browse/FLINK-12449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17693576#comment-17693576
]
Benchao Li commented on FLINK-12449:
------------------------------------
[~lemonjing] For adding new functions to SQL, it would be helpful to list other
databases which supports it, e.g.,
Oracle/MSSQL/Mysql/PosgrelSQL/Spark/Hive/Calcite. This would make us easier to
understand the issue, and decide whether we should add them, and how it should
work.
> [Bitwise Functions] Add BIT_AND, BIT_OR functions supported in Table API and
> SQL
> ---------------------------------------------------------------------------------
>
> Key: FLINK-12449
> URL: https://issues.apache.org/jira/browse/FLINK-12449
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Zhanchun Zhang
> Priority: Major
> Labels: auto-unassigned, pull-request-available
>
> Bitwise AND.
> eg. SELECT BIT_AND(29,15), returns 13
> Bitwise OR
> eg. SELECT BIT_OR(29 ,15), returns 31
--
This message was sent by Atlassian Jira
(v8.20.10#820010)