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

Statistics for boolean columns. More...

#include <orc_metadata.hpp>

Public Attributes

std::vector< uint64_t > count
 count of true values
 

Detailed Description

Statistics for boolean columns.

The count array contains the count of true values.

Definition at line 123 of file orc_metadata.hpp.


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