You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2019/08/01 19:22:06 UTC

[incubator-datasketches-postgresql] branch master updated (5ccc5fb -> a1e9215)

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-postgresql.git.


    from 5ccc5fb  Merge pull request #8 from apache/hll_sketch_name
     add 4b9bfeb  added function to get CDF
     new a1e9215  Merge pull request #9 from apache/kll_cdf

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sql/datasketches_kll_float_sketch.sql |  4 +++
 src/kll_float_sketch_c_adapter.cpp    |  6 ++--
 src/kll_float_sketch_c_adapter.h      |  2 +-
 src/kll_float_sketch_pg_functions.c   | 58 +++++++++++++++++++++++++++++++++--
 4 files changed, 64 insertions(+), 6 deletions(-)


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


[incubator-datasketches-postgresql] 01/01: Merge pull request #9 from apache/kll_cdf

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-postgresql.git

commit a1e92154e24e22a4dbb0612e5c61034b06788e04
Merge: 5ccc5fb 4b9bfeb
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Thu Aug 1 12:22:01 2019 -0700

    Merge pull request #9 from apache/kll_cdf
    
    added function to get CDF

 sql/datasketches_kll_float_sketch.sql |  4 +++
 src/kll_float_sketch_c_adapter.cpp    |  6 ++--
 src/kll_float_sketch_c_adapter.h      |  2 +-
 src/kll_float_sketch_pg_functions.c   | 58 +++++++++++++++++++++++++++++++++--
 4 files changed, 64 insertions(+), 6 deletions(-)


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