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

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.
 

Detailed Description

The hash function used in Bloom filter.

Definition at line 730 of file parquet_schema.hpp.


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