| Package | Description |
|---|---|
| org.apache.arrow.memory.util | |
| org.apache.arrow.memory.util.hash |
| Constructor and Description |
|---|
ArrowBufPointer(ArrowBufHasher hasher)
Constructs an arrow buffer pointer with the specified hasher.
|
ArrowBufPointer(ArrowBuf buf,
int offset,
int 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 © 2019 The Apache Software Foundation. All rights reserved.