Statistics for boolean columns. More...
#include <orc_metadata.hpp>
Public Attributes | |
std::vector< uint64_t > | count |
count of true values | |
Statistics for boolean columns.
The count
array contains the count of true
values.
Definition at line 124 of file orc_metadata.hpp.