Orcus
|
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_t & | operator= (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_t > | min_date |
std::optional< date_time_t > | max_date |
std::unique_ptr< pivot_cache_group_data_t > | group_data |
std::string_view orcus::spreadsheet::pivot_cache_field_t::name |
Field name. It must be interned with the string pool belonging to the document.