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
Druid recently released some very powerful functionality common to SQL queries which will provide a lot of useful functionality to Plywood.
Some of the key ones include things like
CASE statements
NVL statements
LIKE statements
among many others. The full list is available at http://druid.io/docs/latest/misc/math-expr.html.
Many use cases would benefit from this functionality, and would really add a lot of power to Plywood's existing functionality.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Druid recently released some very powerful functionality common to SQL queries which will provide a lot of useful functionality to Plywood.
Some of the key ones include things like
CASE statements
NVL statements
LIKE statements
among many others. The full list is available at http://druid.io/docs/latest/misc/math-expr.html.
Many use cases would benefit from this functionality, and would really add a lot of power to Plywood's existing functionality.
The text was updated successfully, but these errors were encountered: