Bloom filter header struct. More...
#include <parquet_schema.hpp>
Public Attributes | |
| int32_t | num_bytes |
| The size of bitset in bytes. | |
| BloomFilterAlgorithm | algorithm |
| The algorithm for setting bits. | |
| BloomFilterHash | hash |
| The hash function used for bloom filter. | |
| BloomFilterCompression | compression |
| The compression used in the bloom filter. | |
Bloom filter header struct.
The bloom filter data of a column chunk stores this header at the beginning following by the filter bitset.
Definition at line 742 of file parquet_schema.hpp.