Kinetica   C#   API  Version 7.2.3.1
MurmurHash3 Class Reference

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...
 

Detailed Description

MurmurHash3 implementation for 128-bit hashing.

Definition at line 422 of file RecordKey.cs.

Member Function Documentation

◆ Hash128() [1/2]

static long MurmurHash3.Hash128 ( byte []  data)
inlinestatic

Computes a 128-bit MurmurHash3 and returns the lower 64 bits.

Definition at line 430 of file RecordKey.cs.

◆ Hash128() [2/2]

static long MurmurHash3.Hash128 ( byte []  data,
int  offset,
int  length,
uint  seed = 0 
)
inlinestatic

Computes a 128-bit MurmurHash3 and returns the lower 64 bits.

Definition at line 438 of file RecordKey.cs.


The documentation for this class was generated from the following file: