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

[incubator-datasketches-postgresql] branch master updated (c1eeb81 -> e4fdf22)

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

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


    from c1eeb81  license
     add c971635  frequent strings sketch functions
     new e4fdf22  Merge pull request #1 from apache/frequent_strings

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:
 Makefile                                     |   5 +-
 sql/datasketches_frequent_strings_sketch.sql |  86 ++++++++++
 src/frequent_strings_sketch_c_adapter.cpp    | 175 +++++++++++++++++++++
 src/frequent_strings_sketch_c_adapter.h      |  44 ++++++
 src/frequent_strings_sketch_pg_functions.c   | 226 +++++++++++++++++++++++++++
 5 files changed, 534 insertions(+), 2 deletions(-)
 create mode 100644 sql/datasketches_frequent_strings_sketch.sql
 create mode 100644 src/frequent_strings_sketch_c_adapter.cpp
 create mode 100644 src/frequent_strings_sketch_c_adapter.h
 create mode 100644 src/frequent_strings_sketch_pg_functions.c


---------------------------------------------------------------------
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 #1 from apache/frequent_strings

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

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

commit e4fdf22bde93275e5339523057a6d5fdf9e2b840
Merge: c1eeb81 c971635
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Jun 10 15:30:21 2019 -0700

    Merge pull request #1 from apache/frequent_strings
    
    frequent strings sketch functions

 Makefile                                     |   5 +-
 sql/datasketches_frequent_strings_sketch.sql |  86 ++++++++++
 src/frequent_strings_sketch_c_adapter.cpp    | 175 +++++++++++++++++++++
 src/frequent_strings_sketch_c_adapter.h      |  44 ++++++
 src/frequent_strings_sketch_pg_functions.c   | 226 +++++++++++++++++++++++++++
 5 files changed, 534 insertions(+), 2 deletions(-)


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