You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by "zhuwenzhuang (via GitHub)" <gi...@apache.org> on 2023/06/09 01:55:55 UTC

[GitHub] [datasketches-java] zhuwenzhuang commented on issue #446: Sketches for Histogram and NDV

zhuwenzhuang commented on issue #446:
URL: https://github.com/apache/datasketches-java/issues/446#issuecomment-1583818480

   > 
   
   Thanks !
   I'm trying 
   1. (first table scan) percentile_approx for bin's bound_array
   2.(second table scan) array_lower_bound_index(bound_array, data_col) for data_col's bin id and data_col pair
   3.(from on second step result) compute ndv,min,max,cnt for data_col group by bin id,
   


-- 
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: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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