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

Implement logical_null_count for more array types #6704

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

findepi
Copy link
Member

@findepi findepi commented Nov 8, 2024

Description

Implement Array::logical_null_count() where it's easy to calculate answer without relying on the default implementation which allocates.

Which issue does this PR close?

None

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

No

Implement Array::logical_null_count() where it's easy to calculate
answer without relying on the default implementation which allocates.
@github-actions github-actions bot added the arrow Changes to the arrow crate label Nov 8, 2024
@findepi
Copy link
Member Author

findepi commented Nov 8, 2024

cc @tustvold @alamb

@tustvold
Copy link
Contributor

tustvold commented Nov 8, 2024

Please can you stop tagging me on PRs you've filled literally moments ago, it is disruptive and rude. I will get to your PRs within a couple of days, but your incessant nagging is really starting to grate.

@findepi
Copy link
Member Author

findepi commented Nov 8, 2024

I would consider it rude not to tag you on a PR that's on a topic I know you're interested in and knowledgable about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants