Add transformation function to convert numeric to HLL/Sketch object
Open
- 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
Assessment
This issue has not been assessed yet.