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. | |
Base class for column statistics that include an optional sum.
Includes accessors for the sum value.
Definition at line 96 of file orc_metadata.hpp.