apache/pinot

Multiple argument support for DISTINCTCOUNTHLL/DISTINCTCOUNTTHETASKETCH

Open

#8225 aperta il 18 feb 2022

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)Java (1234 fork)batch import
help wanted

Metriche repository

Star
 (4937 star)
Metriche merge PR
 (Merge medio 6g 7h) (186 PR mergiate in 30 g)

Descrizione

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

Guida contributor