Package | Description |
---|---|
org.apache.datasketches.fdt | |
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 |
Modifier and Type | Class and Description |
---|---|
class |
FdtSketch
A Frequent Distinct Tuples sketch.
|
Modifier and Type | Method and Description |
---|---|
UpdatableSketch<U,S> |
UpdatableSketchBuilder.build()
Returns an UpdatableSketch with the current configuration of this Builder.
|
static <U,S extends UpdatableSummary<U>> |
Sketches.heapifyUpdatableSketch(org.apache.datasketches.memory.Memory mem,
SummaryDeserializer<S> deserializer,
SummaryFactory<S> summaryFactory)
Instantiate UpdatableSketch from a given Memory
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleSketch |
Modifier and Type | Class and Description |
---|---|
class |
IntegerSketch |
Modifier and Type | Class and Description |
---|---|
class |
ArrayOfStringsSketch |
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.