Public Attributes | List of all members
cudf::io::sum_statistics< T > Struct Template Reference

Base class for column statistics that include an optional sum. More...

#include <orc_metadata.hpp>

Public Attributes

std::optional< T > sum
 Sum of values in column.
 

Detailed Description

template<typename T>
struct cudf::io::sum_statistics< T >

Base class for column statistics that include an optional sum.

Includes accessors for the sum value.

Definition at line 95 of file orc_metadata.hpp.


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