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

Compute function: mask #439

Closed
gatesn opened this issue Jul 9, 2024 · 1 comment
Closed

Compute function: mask #439

gatesn opened this issue Jul 9, 2024 · 1 comment
Milestone

Comments

@gatesn
Copy link
Contributor

gatesn commented Jul 9, 2024

Mask is a compute function that takes a boolean array and returns all rows marked true.

Take function should delegate to mask if the indices array is strict sorted.

(Equivalent of "take" but with booleans)

@gatesn gatesn added this to the V0 milestone Jul 9, 2024
@gatesn gatesn changed the title Compute Function: mask Compute function: mask Jul 9, 2024
a10y added a commit that referenced this issue Jul 16, 2024
Implement `filter` and corresponding `FilterFn` array trait

See #439
@a10y
Copy link
Contributor

a10y commented Jul 18, 2024

This was added in #458 , using the name filter rather than mask.

Currently it's implemented using the arrow_select::filter kernel, there is ongoing work to improve the performance, see #470

@gatesn gatesn closed this as completed Jul 18, 2024
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

No branches or pull requests

2 participants