Orcus
Loading...
Searching...
No Matches
orcus::spreadsheet::pivot_cache_field_t Struct Reference

Public Member Functions

 pivot_cache_field_t (std::string_view _name)
 
 pivot_cache_field_t (const pivot_cache_field_t &other)
 
 pivot_cache_field_t (pivot_cache_field_t &&other)
 
pivot_cache_field_toperator= (pivot_cache_field_t other)
 
void swap (pivot_cache_field_t &other) noexcept
 

Public Attributes

std::string_view name
 
pivot_cache_items_t items
 
std::optional< double > min_value
 
std::optional< double > max_value
 
std::optional< date_time_tmin_date
 
std::optional< date_time_tmax_date
 
std::unique_ptr< pivot_cache_group_data_tgroup_data
 

Member Data Documentation

◆ name

std::string_view orcus::spreadsheet::pivot_cache_field_t::name

Field name. It must be interned with the string pool belonging to the document.