Package | Description |
---|---|
org.apache.datasketches.tuple.arrayofdoubles |
Modifier and Type | Method and Description |
---|---|
ArrayOfDoublesUnion |
ArrayOfDoublesSetOperationBuilder.buildUnion()
Creates an instance of ArrayOfDoublesUnion based on the current configuration of the builder.
|
ArrayOfDoublesUnion |
ArrayOfDoublesSetOperationBuilder.buildUnion(org.apache.datasketches.memory.WritableMemory dstMem)
Creates an instance of ArrayOfDoublesUnion based on the current configuration of the builder
and the given memory.
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.heapify(org.apache.datasketches.memory.Memory mem)
Heapify the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.heapify(org.apache.datasketches.memory.Memory mem,
long seed)
Heapify the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.heapifyUnion(org.apache.datasketches.memory.Memory mem)
Heapify the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.heapifyUnion(org.apache.datasketches.memory.Memory mem,
long seed)
Heapify the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.wrap(org.apache.datasketches.memory.Memory mem)
Wrap the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.wrap(org.apache.datasketches.memory.Memory mem,
long seed)
Wrap the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.wrap(org.apache.datasketches.memory.WritableMemory mem)
Wrap the given WritableMemory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.wrap(org.apache.datasketches.memory.WritableMemory mem,
long seed)
Wrap the given WritableMemory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.wrapUnion(org.apache.datasketches.memory.Memory mem)
Wrap the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.wrapUnion(org.apache.datasketches.memory.Memory mem,
long seed)
Wrap the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.wrapUnion(org.apache.datasketches.memory.WritableMemory mem)
Wrap the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.wrapUnion(org.apache.datasketches.memory.WritableMemory mem,
long seed)
Wrap the given Memory and seed as an ArrayOfDoublesUnion
|
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.