gianm commented on issue #6814: [Discuss] Replacing hyperUnique as 'default' 
distinct count sketch
URL: 
https://github.com/apache/incubator-druid/issues/6814#issuecomment-454426617
 
 
   @leerho You can also check the following files to see how 
HyperLogLogCollector gets used (all the meaningful usages should be in them):
   
   - CardinalityAggregatorFactory
   - HyperUniquesAggregatorFactory
   - CardinalityBufferAggregator
   - HyperUniquesBufferAggregator
   - HyperUniquesSerde
   - PreComputedHyperUniquesSerde
   
   Seems to be `estimateCardinality`, `add(byte[])`, `fold(ByteBuffer)`, 
`fold(HyperLogLogCollector)`, `compareTo`, `toByteArray`, and `toByteBuffer`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to