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:26 UTC

[incubator-datasketches-postgresql] 01/01: Merge pull request #1 from apache/frequent_strings

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