snleee opened a new issue, #10197: URL: https://github.com/apache/pinot/issues/10197
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 <hll-object-of-user-id-valus> | <theta-sketch-object-user-id> ``` `toHLL, toThetaSketch` will need some inputs for sketch configurations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
