public static class VectorMapJoinFastBytesHashSetStore.HashSetResult extends VectorMapJoinHashSetResult
| Constructor and Description |
|---|
HashSetResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalKey(byte[] keyBytes,
int keyStart,
int keyLength)
Compare a key with the key positioned with the setKey method.
|
void |
setContains()
Mark the key matched with equalKey as a match and read the set membership count,
if necessary.
|
void |
setKey(VectorMapJoinFastBytesHashSetStore setStore,
long refWord)
Setup for reading the key of an entry with the equalKey method.
|
String |
toString() |
forget, getReadPos, joinResult, setJoinResult, setSpillPartitionId, spillPartitionIdpublic void setKey(VectorMapJoinFastBytesHashSetStore setStore, long refWord)
setStore - refWord - public boolean equalKey(byte[] keyBytes,
int keyStart,
int keyLength)
keyBytes - keyStart - keyLength - public void setContains()
public String toString()
toString in class VectorMapJoinHashTableResultCopyright © 2024 The Apache Software Foundation. All rights reserved.