public final class XXHash extends DrillHash
| Constructor and Description |
|---|
XXHash() |
| Modifier and Type | Method and Description |
|---|---|
static int |
hash32(double val,
long seed) |
static int |
hash32(int start,
int end,
DrillBuf buffer,
int seed) |
static long |
hash64(double val,
long seed) |
static long |
hash64(long start,
long end,
DrillBuf buffer,
long seed) |
static long |
hash64Internal(long val,
long seed) |
getIntLittleEndian, getLongLittleEndianpublic static long hash64Internal(long val,
long seed)
public static long hash64(double val,
long seed)
public static long hash64(long start,
long end,
DrillBuf buffer,
long seed)
public static int hash32(double val,
long seed)
public static int hash32(int start,
int end,
DrillBuf buffer,
int seed)
Copyright © 2022 The Apache Software Foundation. All rights reserved.