You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ran Tao (Jira)" <ji...@apache.org> on 2023/03/28 09:09:00 UTC

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

    [ https://issues.apache.org/jira/browse/FLINK-12449 ]


    Ran Tao deleted comment on FLINK-12449:
    ---------------------------------

was (Author: lemonjing):
[~lzljs3620320] hi,Jingsong, can you assign this ticket to me? i'm glad to support it.

> [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
>         Attachments: image-2023-02-26-11-55-47-406.png, image-2023-02-26-11-56-21-005.png
>
>
> 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)