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. | |
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 38 of file orc_metadata.hpp.