| Modifier and Type | Field and Description |
|---|---|
protected VectorMapJoinHashSetResult[] |
VectorMapJoinAntiJoinGenerateResultOperator.hashSetResults |
protected VectorMapJoinHashSetResult[] |
VectorMapJoinLeftSemiGenerateResultOperator.hashSetResults |
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorMapJoinFastBytesHashSetStore.HashSetResult
A hash set result for the key.
|
static class |
VectorMapJoinFastHashSet.HashSetResult |
| Modifier and Type | Method and Description |
|---|---|
VectorMapJoinHashSetResult |
VectorMapJoinFastLongHashSet.createHashSetResult() |
VectorMapJoinHashSetResult |
VectorMapJoinFastStringHashSetContainer.createHashSetResult() |
VectorMapJoinHashSetResult |
VectorMapJoinFastHashSet.createHashSetResult() |
VectorMapJoinHashSetResult |
VectorMapJoinFastLongHashSetContainer.createHashSetResult() |
VectorMapJoinHashSetResult |
VectorMapJoinFastMultiKeyHashSetContainer.createHashSetResult() |
VectorMapJoinHashSetResult |
VectorMapJoinFastBytesHashSet.createHashSetResult() |
| Modifier and Type | Method and Description |
|---|---|
JoinUtil.JoinResult |
VectorMapJoinFastStringHashSetContainer.contains(byte[] keyBytes,
int keyStart,
int keyLength,
VectorMapJoinHashSetResult hashSetResult) |
JoinUtil.JoinResult |
VectorMapJoinFastMultiKeyHashSetContainer.contains(byte[] keyBytes,
int keyStart,
int keyLength,
VectorMapJoinHashSetResult hashSetResult) |
JoinUtil.JoinResult |
VectorMapJoinFastBytesHashSet.contains(byte[] keyBytes,
int keyStart,
int keyLength,
VectorMapJoinHashSetResult hashSetResult) |
JoinUtil.JoinResult |
VectorMapJoinFastLongHashSet.contains(long key,
VectorMapJoinHashSetResult hashSetResult) |
JoinUtil.JoinResult |
VectorMapJoinFastLongHashSetContainer.contains(long key,
VectorMapJoinHashSetResult hashSetResult) |
| Modifier and Type | Method and Description |
|---|---|
VectorMapJoinHashSetResult |
VectorMapJoinHashSet.createHashSetResult() |
| Modifier and Type | Method and Description |
|---|---|
JoinUtil.JoinResult |
VectorMapJoinBytesHashSet.contains(byte[] keyBytes,
int keyStart,
int keyLength,
VectorMapJoinHashSetResult hashSetResult) |
JoinUtil.JoinResult |
VectorMapJoinLongHashSet.contains(long key,
VectorMapJoinHashSetResult hashSetResult) |
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorMapJoinOptimizedHashSet.HashSetResult |
| Modifier and Type | Method and Description |
|---|---|
VectorMapJoinHashSetResult |
VectorMapJoinOptimizedHashSet.createHashSetResult() |
| Modifier and Type | Method and Description |
|---|---|
JoinUtil.JoinResult |
VectorMapJoinOptimizedStringHashSet.contains(byte[] keyBytes,
int keyStart,
int keyLength,
VectorMapJoinHashSetResult hashSetResult) |
JoinUtil.JoinResult |
VectorMapJoinOptimizedHashSet.contains(byte[] keyBytes,
int keyOffset,
int keyLength,
VectorMapJoinHashSetResult hashSetResult) |
JoinUtil.JoinResult |
VectorMapJoinOptimizedLongHashSet.contains(long key,
VectorMapJoinHashSetResult hashSetResult) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.