[
https://issues.apache.org/jira/browse/FLINK-38852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dylanhz updated FLINK-38852:
----------------------------
Release Note:
Bitmap is a new data type for storing sets of 32-bit unsigned integers with
adaptive compression, backed by RoaringBitmap. It is designed for scenarios
such as exact count distinct, multi-dimensional pre-aggregation analysis, and
retention analysis, where high-performance set algebra operations on large
integer sets are required.
Flink provides a rich set of built-in scalar and aggregate functions covering
bitmap construction, set operations (AND, OR, XOR, ANDNOT), cardinality
statistics, and format conversion directly in Flink SQL. The BITMAP type is
also available in the DataStream API via Types.BITMAP.
> FLIP-556: Introduce BITMAP Data Type
> ------------------------------------
>
> Key: FLINK-38852
> URL: https://issues.apache.org/jira/browse/FLINK-38852
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API, Table SQL / Planner
> Reporter: dylanhz
> Assignee: dylanhz
> Priority: Major
> Fix For: 2.3.0
>
> Attachments: cpu_profile.svg
>
>
> This is the umbrella ticket for [FLIP-556: Introduce BITMAP Data
> Type|https://cwiki.apache.org/confluence/display/FLINK/FLIP-556%3A+Introduce+BITMAP+Data+Type].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)