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

Holds column names and buffers containing raw file-level and stripe-level statistics. More...

#include <orc_metadata.hpp>

Public Attributes

std::vector< std::string > column_names
 Column names.
 
std::vector< std::string > file_stats
 File-level statistics for each column.
 
std::vector< std::vector< std::string > > stripes_stats
 Stripe-level statistics for each column.
 

Detailed Description

Holds column names and buffers containing raw file-level and stripe-level statistics.

The buffers can be parsed using a Protobuf parser. Alternatively, use parsed_orc_statistics to get the statistics parsed into a libcudf representation.

The column_names and file_stats members contain one element per column. The stripes_stats contains one element per stripe, where each element contains column statistics for each column.

Definition at line 48 of file orc_metadata.hpp.


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