包含每个列的 ORC 统计信息。 更多...
#include <orc_metadata.hpp>
公有成员函数 | |
column_statistics (orc::detail::column_statistics &&detail_statistics) | |
构造一个新的列统计信息对象。 更多... | |
公有属性 | |
std::optional< uint64_t > | number_of_values |
统计信息数量 | |
std::optional< bool > | has_null |
列包含任何空值 | |
statistics_type | type_specific_stats |
特定类型统计信息 | |
包含每个列的 ORC 统计信息。
所有列都可以包含 number_of_values
统计信息。根据数据类型,列可能包含额外的统计信息,可以通过 type_specific_stats
访问器获取。
定义位于文件 orc_metadata.hpp 的第 187 行。
cudf::io::column_statistics::column_statistics | ( | orc::detail::column_statistics && | detail_statistics | ) |
构造一个新的列统计信息对象。
detail_statistics | 用于初始化对象的统计信息 |