The hash function used in Bloom filter. More...
#include <parquet_schema.hpp>
Public Types | |
enum | Hash : uint8_t { UNDEFINED , XXHASH } |
Available bloom filter hashers. | |
Public Attributes | |
Hash | hash {Hash::XXHASH} |
Bloom filter hasher. | |
The hash function used in Bloom filter.
Definition at line 730 of file parquet_schema.hpp.