You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Zhanchun Zhang (JIRA)" <ji...@apache.org> on 2019/05/08 16:19:00 UTC

[jira] [Created] (FLINK-12449) [Bitwise Functions] Add BIT_AND, BIT_OR functions supported in Table API and SQL

Zhanchun Zhang created FLINK-12449:
--------------------------------------

             Summary: [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
            Assignee: Zhanchun Zhang


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
(v7.6.3#76005)