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

Add 'not in' filter operation #255

Merged
merged 2 commits into from
Oct 2, 2018
Merged

Add 'not in' filter operation #255

merged 2 commits into from
Oct 2, 2018

Conversation

nmichaud
Copy link
Contributor

@nmichaud nmichaud commented Oct 2, 2018

For columns with lots of possible string values, 'not in' can be more efficient than an 'in' filter with all the other values.

@texodus
Copy link
Member

texodus commented Oct 2, 2018

Looks great, thanks for the PR!

@texodus texodus merged commit 0313e97 into finos:master Oct 2, 2018
@nmichaud nmichaud deleted the not-in-filter branch October 9, 2018 01:11
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

Successfully merging this pull request may close these issues.

2 participants