apache/pinot

Multiple argument support for DISTINCTCOUNTHLL/DISTINCTCOUNTTHETASKETCH

Open

#8 225 ouverte le 18 févr. 2022

Voir sur GitHub
 (2 commentaires) (1 réaction) (0 assignés)Java (1 234 forks)batch import
help wanted

Métriques du dépôt

Stars
 (4 937 stars)
Métriques de merge PR
 (Merge moyen 6j 7h) (186 PRs mergées en 30 j)

Description

Currently pinot only supports a single argument for distinct count hll and thetasketch functions. For some use cases like ours where we needed distinct count by two columns and id and a date it is very useful.

https://docs.pinot.apache.org/users/user-guide-query/how-to-handle-unique-counting

Guide contributeur