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

allow capture of filter results #276

Merged
merged 2 commits into from
Mar 30, 2015
Merged

allow capture of filter results #276

merged 2 commits into from
Mar 30, 2015

Conversation

sritchie
Copy link
Collaborator

Fixes #275.

This fix allows queries to capture the results of filter operations and guard them with boolean literals or function guards (false? and true?).

I also modified mapop so it can be used as a filter operation if you don't supply any output variables.

sritchie added a commit that referenced this pull request Mar 30, 2015
@sritchie sritchie merged commit 613cf25 into develop Mar 30, 2015
@sritchie sritchie deleted the feature/filter_results branch March 30, 2015 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't capture result of filter ops anymore
1 participant