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

[C++] Implement boolean selection kernels #17573

Closed
asfimport opened this issue Sep 19, 2017 · 3 comments
Closed

[C++] Implement boolean selection kernels #17573

asfimport opened this issue Sep 19, 2017 · 3 comments

Comments

@asfimport
Copy link
Collaborator

Select values where a boolean selection array is true. As a default, if any values in the selection are null, then values in the output array should be null.

The null behaviour does not need to be toggable, if the user wants to select nothing in the case of null, then it is necessary to call selection_array.fillna(false) first.

Reporter: Wes McKinney / @wesm
Assignee: Ben Kietzman / @bkietz

PRs and other links:

Note: This issue was originally created as ARROW-1558. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Neal Richardson / @nealrichardson:
@xhochy have you started work on this already? Or is this available for someone else to pick up?

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
I don't believe so, Uwe assigned this issue 9 months ago so I'm unassigning

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
Issue resolved by pull request 4366
#4366

@asfimport asfimport added this to the 0.14.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants