public static final class VectorMapJoinFastBytesHashKeyRef.KeyRef extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorMapJoinFastBytesHashKeyRef.KeyRef.AbsoluteOffset |
static class |
VectorMapJoinFastBytesHashKeyRef.KeyRef.IsInvalidFlag |
static class |
VectorMapJoinFastBytesHashKeyRef.KeyRef.IsSingleFlag |
static class |
VectorMapJoinFastBytesHashKeyRef.KeyRef.PartialHashCode |
static class |
VectorMapJoinFastBytesHashKeyRef.KeyRef.SmallKeyLength |
| Constructor and Description |
|---|
KeyRef() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getAbsoluteOffset(long refWord) |
static boolean |
getIsInvalidFlag(long refWord) |
static boolean |
getIsSingleFlag(long refWord) |
static long |
getPartialHashCode(long refWord) |
static int |
getSmallKeyLength(long refWord) |
public static long getPartialHashCode(long refWord)
public static long getAbsoluteOffset(long refWord)
public static int getSmallKeyLength(long refWord)
public static boolean getIsSingleFlag(long refWord)
public static boolean getIsInvalidFlag(long refWord)
Copyright © 2024 The Apache Software Foundation. All rights reserved.