You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2020/07/08 17:18:18 UTC

[GitHub] [incubator-datasketches-postgresql] phstudy opened a new pull request #26: add theta-sketch intesection agg function

phstudy opened a new pull request #26:
URL: https://github.com/apache/incubator-datasketches-postgresql/pull/26


   add theta-sketch intesection agg function
   
   example:
   ```
   postgres=# create table theta_sketch_test(sketch theta_sketch);
   postgres=# insert into theta_sketch_test select theta_sketch_build(1);
   postgres=# insert into theta_sketch_test select theta_sketch_build(1);
   postgres=# select theta_sketch_get_estimate(theta_sketch_intersection(sketch)) from theta_sketch_test;
    theta_sketch_get_estimate 
   ---------------------------
                            1
   (1 row)
   ```


----------------------------------------------------------------
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



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


[GitHub] [incubator-datasketches-postgresql] AlexanderSaydakov merged pull request #26: add theta-sketch intesection agg function

Posted by GitBox <gi...@apache.org>.
AlexanderSaydakov merged pull request #26:
URL: https://github.com/apache/incubator-datasketches-postgresql/pull/26


   


----------------------------------------------------------------
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



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


[GitHub] [incubator-datasketches-postgresql] AlexanderSaydakov commented on pull request #26: add theta-sketch intesection agg function

Posted by GitBox <gi...@apache.org>.
AlexanderSaydakov commented on pull request #26:
URL: https://github.com/apache/incubator-datasketches-postgresql/pull/26#issuecomment-655667718


   Thank you!


----------------------------------------------------------------
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



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