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

Adds support for "in" filter #54

Merged
merged 2 commits into from
Jul 6, 2016
Merged

Adds support for "in" filter #54

merged 2 commits into from
Jul 6, 2016

Conversation

se7entyse7en
Copy link
Contributor

No description provided.

elif args["type"] == "in":
self.filter = {"filter": {"type": "in",
"dimension": args["dimension"],
"values": args["values"]}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor nit : InFilter also supports extractionfn, would be nice to add that too. I'm fine with doing that in a separate PR too and not blocking this one on it.

@nishantmonu51
Copy link
Member

👍

@se7entyse7en
Copy link
Contributor Author

Is it possible to unblock this?

@xvrl xvrl merged commit ce09828 into druid-io:master Jul 6, 2016
dakra pushed a commit to atomx/pydruid that referenced this pull request Aug 29, 2016
* Added support for "in" filter

* Added tests for "in" filter
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.

3 participants