-
Notifications
You must be signed in to change notification settings - Fork 190
Enable filtered aggregation in PPL #215
Copy link
Copy link
Closed as not planned
Labels
PPLPiped processing languagePiped processing languageenhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PPLPiped processing languagePiped processing languageenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done