Closed nordfjord closed 8 years ago
I will get on implementing this if there's no way to achieve this currently
Exception aggregation is badly named, but is designed to handle this use-case: https://github.com/esjewett/reductio#aggregations-standard-aggregations-exception-aggregation
Awesome :+1:
If you have any suggestions for naming it better, I'm all ears. I was thinking "unique" or "uniqueBy" - https://github.com/esjewett/reductio/blob/master/NOTES.md
I would've chosen "distinct", but that is mainly because it's standard SQL.
SELECT DISTINCT CustomerName
FROM Customers
in SQL unique
is used in the create table statement to indicate a field contains unique values.
agree with distinct
(at least this is how I landed on this page: searching for "reductio count distinct") :-)
Is there a way to count distinct values currently?
I have a creeping suspicion I will be needing to do some cardinality dimensions and having them as reducers would be awesome
would have