public class VectorMapJoinOptimizedHashSet extends VectorMapJoinOptimizedHashTable implements VectorMapJoinBytesHashSet
Modifier and Type | Class and Description |
---|---|
static class |
VectorMapJoinOptimizedHashSet.HashSetResult |
VectorMapJoinOptimizedHashTable.SerializedBytes
adapatorDirectAccess, containerDirectAccess, originalTableContainer
Constructor and Description |
---|
VectorMapJoinOptimizedHashSet(MapJoinTableContainer originalTableContainer,
MapJoinTableContainer.ReusableGetAdaptor hashMapRowGetter) |
Modifier and Type | Method and Description |
---|---|
JoinUtil.JoinResult |
contains(byte[] keyBytes,
int keyOffset,
int keyLength,
VectorMapJoinHashSetResult hashSetResult) |
VectorMapJoinHashSetResult |
createHashSetResult() |
doLookup, putRow, putRowInternal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
putRow
public VectorMapJoinOptimizedHashSet(MapJoinTableContainer originalTableContainer, MapJoinTableContainer.ReusableGetAdaptor hashMapRowGetter)
public VectorMapJoinHashSetResult createHashSetResult()
createHashSetResult
in interface VectorMapJoinHashSet
public JoinUtil.JoinResult contains(byte[] keyBytes, int keyOffset, int keyLength, VectorMapJoinHashSetResult hashSetResult) throws IOException
contains
in interface VectorMapJoinBytesHashSet
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.