You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/01/22 05:01:10 UTC

[GitHub] [druid] leerho commented on issue #8943: does datasketches support the analysis "how many users have done X followed by Y" rather than simply "X and Y"?

leerho commented on issue #8943: does datasketches support the analysis "how many users have done X followed by Y" rather than simply "X and Y"?
URL: https://github.com/apache/druid/issues/8943#issuecomment-577008559
 
 
   @yongmeibian 
   
   Note: We would have seen this much earlier if you had submitted this question to our [datasketches issues](https://github.com/apache/incubator-datasketches-java/issues) rather than here.
   
   Nonetheless, we do not have a single sketch that addresses this problem directly.  But I imagine that this problem could be solved using multiple Tuple sketches with a little customization using generics.   
   
   The problem you might face is that the Druid aggregation layer does not expose the generic interfaces, so you would have to interface whatever you come up with the Druid aggregators.
   
   This is an interesting problem and is an inspiration to create a more flexible interface to the Tuple sketch family that would allow an easier way to do this kind of query.   When I have some time I will think about it.
   
   Cheers,
   Lee.
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org