Reconstructs an already‐created filter from an encoding.
Synopsis
Declared in <blockfilter.h>
GCSFilter(
Params const& params,
std::vector<unsigned char> encoded_filter,
bool skip_decode_check);
Parameters
Name |
Description |
params |
The SipHash keys and Golomb‐Rice coding parameters. |
encoded_filter |
The serialized filter contents to decode. |
skip_decode_check |
If true, skip validating the encoded contents. |
Created with MrDocs