| Package | Description |
|---|---|
| org.apache.arrow.memory.util | |
| org.apache.arrow.memory.util.hash |
| Modifier and Type | Method and Description |
|---|---|
static int |
ByteFunctionHelpers.hash(ArrowBufHasher hasher,
ArrowBuf buf,
long start,
long end)
Compute hashCode with the given
ArrowBufHasher, ArrowBuf and start/end index. |
| Constructor and Description |
|---|
ArrowBufPointer(ArrowBufHasher hasher)
Constructs an arrow buffer pointer with the specified hasher.
|
ArrowBufPointer(ArrowBuf buf,
long offset,
long length,
ArrowBufHasher hasher)
Constructs an Arrow buffer pointer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MurmurHasher
Implementation of the Murmur hashing algorithm.
|
class |
SimpleHasher
A simple hasher that calculates the hash code of integers as is,
and does not perform any finalization.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.