generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
PPLPiped processing languagePiped processing languageSQLenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
Add support for the following aggregations. Note that COUNT(DISTINCT) is highest priority and others are optional. MySQL reference: https://dev.mysql.com/doc/refman/8.0/en/aggregate-functions.html#function_count
- COUNT(DISTINCT expr)
- AVG(DISTINCT expr)
- SUM(DISTINCT expr)
- MIN(DISTINCT expr)
- MAX(DISTINCT expr)
PPL may also needs to support count distinct. Reference: https://docs.splunk.com/Documentation/SCS/current/SearchReference/Aggregatefunctions#distinct_count.28.26lt.3Bvalue.26gt.3B.29_or_dc.28.26lt.3Bvalue.26gt.3B.29
Describe alternatives you've considered
N/A
Metadata
Metadata
Assignees
Labels
PPLPiped processing languagePiped processing languageSQLenhancementNew feature or requestNew feature or request