taco-db  0.1.0
Public Attributes | List of all members
taco::SumState Struct Reference

#include <utils/typsupp/aggregation.h>

Public Attributes

bool m_empty
 
union {
   uint64_t   m_unsigned
 
   int64_t   m_signed
 
   double   m_float
 
m_agg
 

Member Data Documentation

◆ 

union { ... } taco::SumState::m_agg

◆ m_empty

bool taco::SumState::m_empty

◆ m_float

double taco::SumState::m_float

◆ m_signed

int64_t taco::SumState::m_signed

◆ m_unsigned

uint64_t taco::SumState::m_unsigned

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