|
taco-db
0.1.0
|
#include <utils/typsupp/aggregation.h>
Public Attributes | |
| bool | m_empty |
| union { | |
| uint64_t m_unsigned | |
| int64_t m_signed | |
| double m_float | |
| } | m_agg |
| union { ... } taco::SumState::m_agg |
| bool taco::SumState::m_empty |
| double taco::SumState::m_float |
| int64_t taco::SumState::m_signed |
| uint64_t taco::SumState::m_unsigned |