patelprateek commented on issue #414: URL: https://github.com/apache/datasketches-java/issues/414#issuecomment-1252993414
for example 10 million docs with a column say country . to create HLL(country=us) , add all document ids that have column country = US to create HLL(country=~us) , add all document ids that have column country = ~US Perhaps i am misunderstanding something ? -- 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]
