apache / apache/pinot

Add transformation function to convert numeric to HLL/Sketch object

Open
#10,197 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
2d 55m
Merged PRs (30d)
182

Description

It would be handy if we have sth like the following:
```
select toHLL(user_id) as hll_user_id, toThetaSketch(user_id) as theta_user_id from T

hll_user_id | theta_user_id
|
```

`toHLL, toThetaSketch` will need some inputs for sketch configurations.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.