public static class VectorMapJoinFastValueStore.HashMapResult extends VectorMapJoinHashMapResult
Constructor and Description |
---|
VectorMapJoinFastValueStore.HashMapResult() |
Modifier and Type | Method and Description |
---|---|
int |
cappedCount() |
WriteBuffers.ByteSegmentRef |
first() |
void |
forget()
Forget about the most recent hash table lookup or contains call.
|
boolean |
hasRows() |
WriteBuffers.ByteSegmentRef |
internalRead() |
boolean |
isCappedCountAvailable() |
boolean |
isEof() |
boolean |
isSingleRow() |
WriteBuffers.ByteSegmentRef |
next() |
void |
set(VectorMapJoinFastValueStore valueStore,
long valueRefWord) |
String |
toString() |
joinResult, setJoinResult, setSpillPartitionId, spillPartitionId
public VectorMapJoinFastValueStore.HashMapResult()
public void set(VectorMapJoinFastValueStore valueStore, long valueRefWord)
public boolean hasRows()
hasRows
in class VectorMapJoinHashMapResult
public boolean isSingleRow()
isSingleRow
in class VectorMapJoinHashMapResult
public boolean isCappedCountAvailable()
isCappedCountAvailable
in class VectorMapJoinHashMapResult
public int cappedCount()
cappedCount
in class VectorMapJoinHashMapResult
public WriteBuffers.ByteSegmentRef first()
first
in class VectorMapJoinHashMapResult
public WriteBuffers.ByteSegmentRef next()
next
in class VectorMapJoinHashMapResult
public WriteBuffers.ByteSegmentRef internalRead()
public boolean isEof()
isEof
in class VectorMapJoinHashMapResult
public void forget()
VectorMapJoinHashTableResult
forget
in class VectorMapJoinHashTableResult
public String toString()
toString
in class VectorMapJoinHashTableResult
Copyright © 2017 The Apache Software Foundation. All rights reserved.