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/06/08 21:32:23 UTC

[incubator-datasketches-java] 01/01: Merge pull request #320 from apache/Renaming

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-java.git

commit a182ae3075eac3f67141ff12af98ddb89a4d2cb9
Merge: bb42490 9053921
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Jun 8 14:31:11 2020 -0700

    Merge pull request #320 from apache/Renaming
    
    Renaming

 .../apache/datasketches/theta/CompactSketch.java   |   3 +-
 .../org/apache/datasketches/theta/HeapAnotB.java   |   6 +-
 .../apache/datasketches/theta/SetOperation.java    |   1 +
 .../java/org/apache/datasketches/tuple/AnotB.java  | 245 ++++++++++++---------
 .../apache/datasketches/tuple/CompactSketch.java   |  61 +++--
 .../java/org/apache/datasketches/tuple/Filter.java |   2 +-
 .../apache/datasketches/tuple/Intersection.java    | 111 +++++-----
 .../datasketches/tuple/QuickSelectSketch.java      | 155 +++++++------
 .../java/org/apache/datasketches/tuple/Sketch.java |  22 +-
 .../apache/datasketches/tuple/SketchIterator.java  |  37 +++-
 .../org/apache/datasketches/tuple/Summary.java     |   2 +-
 .../datasketches/tuple/SummarySetOperations.java   |   4 +-
 .../java/org/apache/datasketches/tuple/Union.java  |  69 +++---
 .../apache/datasketches/tuple/UpdatableSketch.java |   8 +-
 .../tuple/adouble/DoubleSummarySetOperations.java  |   2 +-
 .../aninteger/IntegerSummarySetOperations.java     |   2 +-
 src/main/javadoc/resources/dictionary.html         |   5 +-
 .../tuple/adouble/AdoubleIntersectionTest.java     |   2 +
 18 files changed, 417 insertions(+), 320 deletions(-)


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