公有成员函数 | 公有属性 | 所有成员列表
cudf::io::column_statistics 结构体参考

包含每个列的 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 行。

构造函数与析构函数文档

◆ column_statistics()

cudf::io::column_statistics::column_statistics ( orc::detail::column_statistics &&  detail_statistics)

构造一个新的列统计信息对象。

参数
detail_statistics用于初始化对象的统计信息

此结构体的文档生成自以下文件