| Package | Description |
|---|---|
| org.apache.datasketches.req |
This package is for the implementation of the Relative Error Quantiles sketch algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
ReqSketch |
ReqSketchBuilder.build()
Returns a new ReqSketch with the current configuration of the builder.
|
static ReqSketch |
ReqSketch.heapify(org.apache.datasketches.memory.Memory mem)
Returns an ReqSketch on the heap from a Memory image of the sketch.
|
ReqSketch |
ReqSketch.merge(ReqSketch other) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReqDebug.emitStart(ReqSketch sk)
Emit the start signal
|
ReqSketch |
ReqSketch.merge(ReqSketch other) |
| Constructor and Description |
|---|
ReqSketchSortedView(ReqSketch sk)
Constructs this Sorted View given the sketch
|
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.