We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
Druid have listFiltered filtering.
listFiltered
Ex) { "type": "listFiltered", "delegate": { "type": "default", "dimension": "tags", "outputName": "tags" }, "values": ["t3"] }
Effect of that is similar to that of SQL HAVING ... clause.
HAVING ...
I already checked https://plywood.imply.io/expressions, but I couldn't found any clues.
Would you please to help me with that?
Thanks.
The text was updated successfully, but these errors were encountered:
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:
plywood/test/simulate/simulateDruid.mocha.js
Line 1366 in 66ba16f
Sorry, something went wrong.
No branches or pull requests
Hi!
Druid have
listFiltered
filtering.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.
The text was updated successfully, but these errors were encountered: