Package | Description |
---|---|
org.apache.datasketches.theta |
The theta package contains the basic sketch classes that are members of the
Theta Sketch Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AnotB
Computes a set difference, A-AND-NOT-B, of two theta sketches.
|
class |
CompactSketch
The parent class of all the CompactSketches.
|
class |
Intersection
The API for intersection operations
|
class |
SetOperation
The parent API for all Set Operations
|
class |
Sketch
The top-level class for all theta sketches.
|
class |
Union
Compute the union of two or more theta sketches.
|
class |
UpdateSketch
The parent class for the Update Sketch families, such as QuickSelect and Alpha.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.