|
Kinetica C# API
Version 7.2.3.1
|
MurmurHash3 implementation for 128-bit hashing. More...
Static Public Member Functions | |
| static long | Hash128 (byte[] data) |
| Computes a 128-bit MurmurHash3 and returns the lower 64 bits. More... | |
| static long | Hash128 (byte[] data, int offset, int length, uint seed=0) |
| Computes a 128-bit MurmurHash3 and returns the lower 64 bits. More... | |
MurmurHash3 implementation for 128-bit hashing.
Definition at line 422 of file RecordKey.cs.
|
inlinestatic |
Computes a 128-bit MurmurHash3 and returns the lower 64 bits.
Definition at line 430 of file RecordKey.cs.
|
inlinestatic |
Computes a 128-bit MurmurHash3 and returns the lower 64 bits.
Definition at line 438 of file RecordKey.cs.