public abstract class VectorMapJoinFastHashSet extends VectorMapJoinFastHashTable implements VectorMapJoinHashSet
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorMapJoinFastHashSet.HashSetResult |
estimatedKeyCount, FIRST_SIZE_UP, HIGHEST_INT_POWER_OF_2, isFullOuter, keysAssigned, largestNumberOfSteps, loadFactor, LOG, logicalHashBucketCount, logicalHashBucketMask, metricExpands, metricPutConflict, ONE_QUARTER_LIMIT, ONE_SIXTH_LIMIT, resizeThreshold, writeBuffersSize| Constructor and Description |
|---|
VectorMapJoinFastHashSet(boolean isFullOuter,
int initialCapacity,
float loadFactor,
int writeBuffersSize,
long estimatedKeyCount) |
| Modifier and Type | Method and Description |
|---|---|
VectorMapJoinHashSetResult |
createHashSetResult() |
checkResize, createMatchTracker, createNonMatchedIterator, getEstimatedMemorySize, size, spillPartitionId, throwExpandErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsLongKey, createMatchTracker, createNonMatchedIterator, putRow, size, spillPartitionIdgetEstimatedMemorySizepublic VectorMapJoinFastHashSet(boolean isFullOuter,
int initialCapacity,
float loadFactor,
int writeBuffersSize,
long estimatedKeyCount)
public VectorMapJoinHashSetResult createHashSetResult()
createHashSetResult in interface VectorMapJoinHashSetCopyright © 2022 The Apache Software Foundation. All rights reserved.