Uses of Package
org.apache.datasketches.theta
| Package | Description |
|---|---|
| org.apache.datasketches |
This package is the parent package for all sketch algorithms.
|
| org.apache.datasketches.theta |
The theta package contains all the sketch classes that are members of the
Theta Sketch Framework.
|
| 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.
|
-
Classes in org.apache.datasketches.theta used by org.apache.datasketches Class Description Sketch The top-level class for all sketches. -
Classes in org.apache.datasketches.theta used by org.apache.datasketches.theta Class Description AnotB Computes a set difference, A-AND-NOT-B, of two theta sketches.CompactSketch The parent class of all the CompactSketches.HashIterator This is used to iterate over the retained hash values of the Theta sketch.Intersection The API for intersection operationsSetOperation The parent API for all Set OperationsSetOperationBuilder For building a new SetOperation.Sketch The top-level class for all sketches.Union Compute the union of two or more theta sketches.UpdateReturnState UpdateSketch The parent class for the Update Sketch families, such as QuickSelect and Alpha.UpdateSketchBuilder For building a new UpdateSketch. -
Classes in org.apache.datasketches.theta used by org.apache.datasketches.tuple Class Description Sketch The top-level class for all sketches.