Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support bitmap datatype #121

Merged
merged 5 commits into from
Jun 1, 2023
Merged

Conversation

sundy-li
Copy link
Member

@sundy-li sundy-li commented Jun 1, 2023

Display bitmap as a trivial string

SELECT
  build_bitmap([1,2,3,4,5,6]),
  113434343 :: Variant

┌───────────────────────────────────────────────────────┐
│ build_bitmap([1, 2, 3, 4, 5, 6]) │ 113434343::variant │
│              Bitmap              │       Variant      │
├──────────────────────────────────┼────────────────────┤
│ :0                               │ 113434343          │
└───────────────────────────────────────────────────────┘
1 row in 0.047 sec. Processed 1 rows, 1B (21.25 rows/s, 21B/s)

@sundy-li sundy-li requested a review from everpcpc June 1, 2023 03:36
@everpcpc
Copy link
Member

everpcpc commented Jun 1, 2023

add an integration test?

@sundy-li sundy-li merged commit 383f2b9 into databendlabs:main Jun 1, 2023
@sundy-li sundy-li deleted the bitmap branch June 1, 2023 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants