Package | Description |
---|---|
org.apache.datasketches.req |
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) |
ReqSketch |
ReqSketch.reset() |
ReqSketch |
ReqSketch.setLessThanOrEqual(boolean ltEq) |
Modifier and Type | Method and Description |
---|---|
void |
ReqDebug.emitStart(ReqSketch sk)
Emit the start signal
|
ReqSketch |
ReqSketch.merge(ReqSketch other) |
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.