整数列的统计信息。更多...
#include <orc_metadata.hpp>
其他继承成员 | |
从 cudf::io::minmax_statistics< int64_t > 继承的公共属性 | |
| std::optional< int64_t > | 最小值 |
| 最小值。 | |
| std::optional< int64_t > | 最大值 |
| 最大值。 | |
从 cudf::io::sum_statistics< int64_t > 继承的公共属性 | |
| std::optional< int64_t > | 总和 |
| 列中值的总和。 | |
整数列的统计信息。
定义于文件 orc_metadata.hpp 的第 103 行。