Modifier and Type | Method and Description |
---|---|
WriteBuffers.ByteSegmentRef |
BytesBytesMultiHashMap.Result.first() |
WriteBuffers.ByteSegmentRef |
BytesBytesMultiHashMap.Result.next() |
Modifier and Type | Method and Description |
---|---|
void |
BytesBytesMultiHashMap.populateValue(WriteBuffers.ByteSegmentRef valueRef)
Take the segment reference from
#getValueRefs(byte[], int, List)
result and makes it self-contained - adds byte array where the value is stored, and
updates the offset from "global" write buffers offset to offset within that array. |
Modifier and Type | Method and Description |
---|---|
WriteBuffers.ByteSegmentRef |
VectorMapJoinFastValueStore.HashMapResult.first() |
WriteBuffers.ByteSegmentRef |
VectorMapJoinFastValueStore.HashMapResult.internalRead() |
WriteBuffers.ByteSegmentRef |
VectorMapJoinFastValueStore.HashMapResult.next() |
Modifier and Type | Method and Description |
---|---|
abstract WriteBuffers.ByteSegmentRef |
VectorMapJoinHashMapResult.first() |
abstract WriteBuffers.ByteSegmentRef |
VectorMapJoinHashMapResult.next() |
Modifier and Type | Method and Description |
---|---|
WriteBuffers.ByteSegmentRef |
VectorMapJoinOptimizedHashMap.HashMapResult.first() |
WriteBuffers.ByteSegmentRef |
VectorMapJoinOptimizedHashMap.HashMapResult.next() |
Modifier and Type | Method and Description |
---|---|
void |
WriteBuffers.getByteSegmentRefToCurrent(WriteBuffers.ByteSegmentRef byteSegmentRef,
int length,
WriteBuffers.Position readPos) |
void |
WriteBuffers.populateValue(WriteBuffers.ByteSegmentRef value)
Changes the byte segment reference from being a reference to global buffer to
the one with a self-contained byte array.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.