You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The query engine has supported the filtered aggregation and SQL is enabled with this feature, but it is not enabled in PPL yet.
Describe the solution you'd like
Support filtered aggregations in PPL. For example:
POST _plugins/_ppl
{
"query": "source=accounts | stats count() filter (where age <= 30) as age1, count() filter(where age > 30) as age2
}
Describe alternatives you've considered
Syntax TBD
Additional context
NA
The text was updated successfully, but these errors were encountered:
* Updated EXPM1() and tests to new engine
Signed-off-by: Matthew Wells <matthew.wells@improving.com>
(cherry picked from commit e990201)
Co-authored-by: Matthew Wells <matthew.wells@improving.com>
Is your feature request related to a problem? Please describe.
The query engine has supported the filtered aggregation and SQL is enabled with this feature, but it is not enabled in PPL yet.
Describe the solution you'd like
Support filtered aggregations in PPL. For example:
Describe alternatives you've considered
Syntax TBD
Additional context
NA
The text was updated successfully, but these errors were encountered: