| Modifier and Type | Field and Description |
|---|---|
protected VectorMapJoinDesc.HashTableKeyType |
VectorMapJoinCommonOperator.hashTableKeyType |
| Modifier and Type | Method and Description |
|---|---|
static long |
VectorMapJoinFastLongHashUtil.deserializeLongKey(BinarySortableDeserializeRead keyBinarySortableDeserializeRead,
VectorMapJoinDesc.HashTableKeyType hashTableKeyType) |
| Constructor and Description |
|---|
VectorMapJoinFastLongHashMap(boolean isFullOuter,
boolean minMaxEnabled,
VectorMapJoinDesc.HashTableKeyType hashTableKeyType,
int initialCapacity,
float loadFactor,
int writeBuffersSize,
long estimatedKeyCount,
TableDesc tableDesc) |
VectorMapJoinFastLongHashMapContainer(boolean isFullOuter,
boolean minMaxEnabled,
VectorMapJoinDesc.HashTableKeyType hashTableKeyType,
int initialCapacity,
float loadFactor,
int writeBuffersSize,
long estimatedKeyCount,
TableDesc tableDesc,
int numHTs) |
VectorMapJoinFastLongHashMultiSet(boolean isFullOuter,
boolean minMaxEnabled,
VectorMapJoinDesc.HashTableKeyType hashTableKeyType,
int initialCapacity,
float loadFactor,
int writeBuffersSize,
long estimatedKeyCount,
TableDesc tableDesc) |
VectorMapJoinFastLongHashMultiSetContainer(boolean isFullOuter,
boolean minMaxEnabled,
VectorMapJoinDesc.HashTableKeyType hashTableKeyType,
int initialCapacity,
float loadFactor,
int writeBuffersSize,
long estimatedKeyCount,
TableDesc tableDesc,
int numHTs) |
VectorMapJoinFastLongHashSet(boolean isFullOuter,
boolean minMaxEnabled,
VectorMapJoinDesc.HashTableKeyType hashTableKeyType,
int initialCapacity,
float loadFactor,
int writeBuffersSize,
long estimatedKeyCount,
TableDesc tableDesc) |
VectorMapJoinFastLongHashSetContainer(boolean isFullOuter,
boolean minMaxEnabled,
VectorMapJoinDesc.HashTableKeyType hashTableKeyType,
int initialCapacity,
float loadFactor,
int writeBuffersSize,
long estimatedKeyCount,
TableDesc tableDesc,
int numHTs) |
VectorMapJoinFastLongHashTable(boolean isFullOuter,
boolean minMaxEnabled,
VectorMapJoinDesc.HashTableKeyType hashTableKeyType,
int initialCapacity,
float loadFactor,
int writeBuffersSize,
long estimatedKeyCount,
TableDesc tableDesc) |
| Modifier and Type | Method and Description |
|---|---|
VectorMapJoinDesc.HashTableKeyType |
VectorMapJoinDesc.getHashTableKeyType() |
static VectorMapJoinDesc.HashTableKeyType |
VectorMapJoinDesc.HashTableKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorMapJoinDesc.HashTableKeyType[] |
VectorMapJoinDesc.HashTableKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorMapJoinDesc.setHashTableKeyType(VectorMapJoinDesc.HashTableKeyType hashTableKeyType) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.