GCSFilter::Params::Params

Constructs filter parameters from the SipHash keys and coding parameters.

Synopsis

Declared in <blockfilter.h>

Params(
    uint64_t siphash_k0 = 0,
    uint64_t siphash_k1 = 0,
    uint8_t P = 0,
    uint32_t M = 1);

Parameters

NameDescription
siphash_k0First 64-bit half of the SipHash key.
siphash_k1Second 64-bit half of the SipHash key.
PGolomb-Rice coding parameter.
MInverse false positive rate.