Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Renamed bitmap::utils::null_count to bitmap::utils::count_zeros #342

Closed
jorgecarleitao opened this issue Aug 26, 2021 · 0 comments · Fixed by #343
Closed

Renamed bitmap::utils::null_count to bitmap::utils::count_zeros #342

jorgecarleitao opened this issue Aug 26, 2021 · 0 comments · Fixed by #343

Comments

@jorgecarleitao
Copy link
Owner

null is a logical construct, but bitmap is a physical construct (e.g. boolean values are also represented as bitmaps).

Since Rust's std calls these count_zeros (e.g. i32::count_zeros()), it makes sense to keep it aligned with the std.

@jorgecarleitao jorgecarleitao changed the title renamed bitmap::utils::null_count to bitmap::utils::count_zeros Renamed bitmap::utils::null_count to bitmap::utils::count_zeros Aug 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant