| Package | Description |
|---|---|
| org.apache.datasketches.tuple |
The tuple package contains implementation of sketches based on the idea of
theta sketches with the addition of values associated with unique keys.
|
| org.apache.datasketches.tuple.adouble | |
| org.apache.datasketches.tuple.aninteger | |
| org.apache.datasketches.tuple.strings |
| Constructor and Description |
|---|
Intersection(SummarySetOperations<S> summarySetOps)
Creates new instance
|
Union(int nomEntries,
SummarySetOperations<S> summarySetOps)
Creates new instance
|
Union(SummarySetOperations<S> summarySetOps)
Creates new instance with default nominal entries
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleSummarySetOperations
Methods for defining how unions and intersections of two objects of type DoubleSummary
are performed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerSummarySetOperations
Methods for defining how unions and intersections of two objects of type IntegerSummary
are performed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayOfStringsSummarySetOperations |
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.