[ 
https://issues.apache.org/jira/browse/FLINK-39186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lincoln lee resolved FLINK-39186.
---------------------------------
    Fix Version/s: 2.3.0
         Assignee: dylanhz
       Resolution: Fixed

Fixed in master: 
0071c4d6e8060d94aee6beddc9e3fba190825b31..c0bc1e53851c698d6004b0169b507e5572f9fade

> Add core built-in scalar functions for BITMAP
> ---------------------------------------------
>
>                 Key: FLINK-39186
>                 URL: https://issues.apache.org/jira/browse/FLINK-39186
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: dylanhz
>            Assignee: dylanhz
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.3.0
>
>
>  This is part of 
> [FLIP-556|https://cwiki.apache.org/confluence/display/FLINK/FLIP-556%3A+Introduce+BITMAP+Data+Type].
> Add built-in scalar functions and BITMAP cast tests for the {{BITMAP}} type 
> introduced in FLINK-39185.
> *Functions:*
> * {{BITMAP_BUILD}} — create a bitmap from an integer array
> * {{BITMAP_FROM_BYTES}} / {{BITMAP_TO_BYTES}} — serialize/deserialize bitmaps
> * {{BITMAP_TO_ARRAY}} / {{BITMAP_TO_STRING}} — convert bitmaps to array/string
> * {{BITMAP_CARDINALITY}} — get bitmap cardinality
> * {{BITMAP_AND}} / {{BITMAP_ANDNOT}} / {{BITMAP_OR}} / {{BITMAP_XOR}} — 
> bitmap set operations
> *Other:*
> * Support {{BITMAP}} literal in Table API
> * Add comprehensive {{BITMAP}} cast tests
> * Add documentation (EN/ZH), Java Table API, and PyFlink bindings



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to