Skip to content

ARROW-9145: [C++] Implement BooleanArray::true_count and false_count, add Python bindings - #7463

Closed
wesm wants to merge 3 commits into
apache:masterfrom
wesm:ARROW-9145
Closed

ARROW-9145: [C++] Implement BooleanArray::true_count and false_count, add Python bindings#7463
wesm wants to merge 3 commits into
apache:masterfrom
wesm:ARROW-9145

Conversation

@wesm

@wesmwesm commented Jun 17, 2020

Copy link
Copy Markdown
Member

This seemed like a reasonable place to put this, and it seems like it may come in handy.

@wesm

wesm commented Jun 17, 2020

Copy link
Copy Markdown
MemberAuthor

FWIW BooleanArray::true_count() should be what's used for the sum(boolean) kernel

@github-actions

Copy link
Copy Markdown

@wesm

wesm commented Jun 18, 2020

Copy link
Copy Markdown
MemberAuthor

+1

Sign up for freeto 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.

1 participant

@wesm