apache/pinot

Multiple argument support for DISTINCTCOUNTHLL/DISTINCTCOUNTTHETASKETCH

Aberta

#8.225 aberto em 18 de fev. de 2022

 (2 comentários) (1 reação) (0 responsável)Java (1.234 forks)batch import
help wanted

Métricas do repositório

Stars
 (4.937 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador