Add support for new Druid Math Expressions
robertervin opened this issue · 0 comments
robertervin commented
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.