Uses of Class
org.apache.datasketches.sampling.EbppsItemsSketch
Package
Description
This package is dedicated to streaming algorithms that enable fixed size, uniform sampling of
weighted and unweighted items from a stream.
-
Uses of EbppsItemsSketch in org.apache.datasketches.sampling
Modifier and TypeMethodDescriptionstatic <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 TypeMethodDescriptionvoid
EbppsItemsSketch.merge
(EbppsItemsSketch<T> other) Merges the provided sketch into the current one.