Public Attributes | List of all members
cudf::io::parquet::BloomFilterHeader Struct Reference

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.
 

Detailed Description

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 753 of file parquet_schema.hpp.


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