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 2020/10/23 06:21:30 UTC

[incubator-datasketches-java] branch RelativeErrorQuantiles updated (80f2941 -> 7d26676)

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

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


    from 80f2941  Merge pull request #336 from apache/req_sketch_to_string
     add 2365ce3  Added Generic InequalitySearch and Test
     add 7d26676  Merge branch 'RelativeErrorQuantiles' of git@github.com:apache/incubator-datasketches-java.git into RelativeErrorQuantiles

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/datasketches/Criteria.java     |   4 +-
 .../org/apache/datasketches/InequalitySearch.java  | 200 ++++++++++++++
 .../org/apache/datasketches/req/FloatBuffer.java   |   2 +-
 .../org/apache/datasketches/BinarySearchTest.java  |   9 +-
 .../apache/datasketches/InequalitySearchTest.java  | 302 +++++++++++++++++++++
 5 files changed, 512 insertions(+), 5 deletions(-)
 create mode 100644 src/main/java/org/apache/datasketches/InequalitySearch.java
 create mode 100644 src/test/java/org/apache/datasketches/InequalitySearchTest.java


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