taco-db  0.1.0
Classes | Namespaces
Aggregation.h File Reference

This file is automatically generated, DO NOT modify. More...

Go to the source code of this file.

Classes

class  taco::SysTable_Aggregation
 SysTable_Aggregation is an in-memory cached record in the system catalog SysTable_Aggregation. More...
 

Namespaces

 taco
 

Detailed Description

This file is automatically generated, DO NOT modify.

It defines the system catalog table Aggregation, which stores all aggregations known to TDB. An aggregation is a set of 3 functions: __INTERNAL initfunc(), VOID accfunc(__INTERNAL, SOME_DATUM_TYPE), SOME_RET_TYPE finalizefunc(__INTERNAL), where the __INTERNAL typed datum is the state maintained by the aggregation functions..