taco-db  0.1.0
Classes | Namespaces
aggregation.h File Reference
#include "tdb.h"
#include <type_traits>

Go to the source code of this file.

Classes

struct  taco::SumState
 
struct  taco::SumStateAggType< T, typename std::enable_if< std::is_integral< T >::value &&std::is_signed< T >::value >::type >
 
struct  taco::SumStateAggType< T, typename std::enable_if< std::is_integral< T >::value &&!std::is_signed< T >::value >::type >
 
struct  taco::SumStateAggType< T, typename std::enable_if< std::is_floating_point< T >::value >::type >
 
struct  taco::AvgState
 
struct  taco::PrimitiveMinMaxState
 

Namespaces

 taco