apache/pinot

Multiple argument support for DISTINCTCOUNTHLL/DISTINCTCOUNTTHETASKETCH

Aperta

#8225 aperta il 18 feb 2022

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

Metriche repository

Star
 (4937 stelle)
Metriche merge PR
 (Metriche PR in attesa)

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