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

How to let plywood use listFiltering? #177

Open
0ctopus13prime opened this issue Apr 17, 2018 · 1 comment
Open

How to let plywood use listFiltering? #177

0ctopus13prime opened this issue Apr 17, 2018 · 1 comment

Comments

@0ctopus13prime
Copy link

0ctopus13prime commented Apr 17, 2018

Hi!

Druid have listFiltered filtering.

Ex)
{
    "type": "listFiltered",
    "delegate": {
       "type": "default",
       "dimension": "tags",
       "outputName": "tags"
    },
    "values": ["t3"]
}

Effect of that is similar to that of SQL HAVING ... clause.

I already checked https://plywood.imply.io/expressions, but I couldn't found any clues.

Would you please to help me with that?

Thanks.

@0ctopus13prime
Copy link
Author

A listFiltered spec is just a filter after the split (like a SQL HAVING filter) it will be used automatically if the conditions are right.

See:

"type": "listFiltered",

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

1 participant