apache/pinot

Multiple argument support for DISTINCTCOUNTHLL/DISTINCTCOUNTTHETASKETCH

Open

#8.225 aberto em 18 de fev. de 2022

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)Java (1.234 forks)batch import
help wanted

Métricas do repositório

Stars
 (4.937 stars)
Métricas de merge de PR
 (Mesclagem média 6d 7h) (186 fundiu PRs em 30d)

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