Package | Description |
---|---|
org.apache.datasketches.sampling |
This package is dedicated to streaming algorithms that enable fixed size, uniform sampling of
weighted and unweighted items from a stream.
|
Modifier and Type | Method and Description |
---|---|
static <T> EbppsItemsSketch<T> |
EbppsItemsSketch.heapify(org.apache.datasketches.memory.Memory srcMem,
ArrayOfItemsSerDe<T> serDe)
Returns a sketch instance of this class from the given srcMem,
which must be a Memory representation of this sketch class.
|
Modifier and Type | Method and Description |
---|---|
void |
EbppsItemsSketch.merge(EbppsItemsSketch<T> other)
Merges the provided sketch into the current one.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.