| Package | Description |
|---|---|
| com.yahoo.sketches |
This package is the parent package for all sketch algorithms.
|
| com.yahoo.sketches.theta |
The theta package contains all the sketch classes that are members of the
Theta Sketch Framework.
|
| Class and Description |
|---|
| Sketch
The top-level class for all sketches.
|
| Class and Description |
|---|
| AnotB
The API for the set difference operation A and not B operations.
|
| CompactSketch
The parent class of all the CompactSketches.
|
| Intersection
The API for intersection operations
|
| SetOperation
The parent API for all Set Operations
|
| SetOperationBuilder
For building a new SetOperation.
|
| Sketch
The top-level class for all sketches.
|
| Union
The API for Union operations
|
| UpdateReturnState |
| UpdateSketch
The parent class for the Update Sketch families, such as QuickSelect and Alpha.
|
| UpdateSketchBuilder
For building a new UpdateSketch.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.