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 2022/06/17 19:35:44 UTC

[datasketches-postgresql] branch master updated (1cfda70 -> e5a0fd2)

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/datasketches-postgresql.git


    from 1cfda70  Merge pull request #49 from apache/quantiles
     add 55a2a62  kll_double
     new e5a0fd2  Merge pull request #50 from apache/kll_double

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:
 META.json                                          |   7 +-
 Makefile                                           |   2 +
 sql/datasketches_kll_double_sketch.sql             | 115 ++++++++++++++++
 ...adapter.cpp => kll_double_sketch_c_adapter.cpp} |  64 ++++-----
 src/kll_double_sketch_c_adapter.h                  |  52 ++++++++
 ...unctions.c => kll_double_sketch_pg_functions.c} | 146 ++++++++++-----------
 src/kll_float_sketch_c_adapter.cpp                 |   2 +-
 test/kll_double_sketch_test.sql                    |  33 +++++
 ...l_sketch_test.sql => kll_float_sketch_test.sql} |   0
 9 files changed, 314 insertions(+), 107 deletions(-)
 create mode 100644 sql/datasketches_kll_double_sketch.sql
 copy src/{kll_float_sketch_c_adapter.cpp => kll_double_sketch_c_adapter.cpp} (51%)
 create mode 100644 src/kll_double_sketch_c_adapter.h
 copy src/{quantiles_double_sketch_pg_functions.c => kll_double_sketch_pg_functions.c} (61%)
 create mode 100644 test/kll_double_sketch_test.sql
 rename test/{kll_sketch_test.sql => kll_float_sketch_test.sql} (100%)


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


[datasketches-postgresql] 01/01: Merge pull request #50 from apache/kll_double

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/datasketches-postgresql.git

commit e5a0fd230a646e4f86bf5c58ef542669036911b2
Merge: 1cfda70 55a2a62
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Fri Jun 17 12:35:39 2022 -0700

    Merge pull request #50 from apache/kll_double
    
    kll_double_sketch

 META.json                                          |   7 +-
 Makefile                                           |   2 +
 sql/datasketches_kll_double_sketch.sql             | 115 ++++++
 ...adapter.cpp => kll_double_sketch_c_adapter.cpp} |  64 ++--
 src/kll_double_sketch_c_adapter.h                  |  52 +++
 src/kll_double_sketch_pg_functions.c               | 384 +++++++++++++++++++++
 src/kll_float_sketch_c_adapter.cpp                 |   2 +-
 test/kll_double_sketch_test.sql                    |  33 ++
 ...l_sketch_test.sql => kll_float_sketch_test.sql} |   0
 9 files changed, 625 insertions(+), 34 deletions(-)


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