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

feat: Boolean list set operations #14558

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Object905
Copy link
Contributor

@Object905 Object905 commented Feb 17, 2024

Closes #9908

Another go at boolean list set operations, while I have free time.

@ritchie46 want to verify that my approach is ok.
Not a fan of Either and unused parameters in functions here, but alternative is copy-pasting a lot of code.
If it's ok, then will add other operations and tests

@stinodego stinodego changed the title WIP: boolean list set operations feat: Boolean list set operations Feb 19, 2024
@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request for more set operations (is_disjoint, is_subset,is_superset)
1 participant