30 #ifndef TABLES_TABLEEXPRIDAGGR_H
31 #define TABLES_TABLEEXPRIDAGGR_H
34 #include <casacore/casa/aips.h>
35 #include <casacore/tables/TaQL/TableExprId.h>
36 #include <casacore/tables/TaQL/ExprGroup.h>
37 #include <casacore/casa/Utilities/CountedPtr.h>
38 #include <casacore/casa/Utilities/Assert.h>
39 #include <casacore/casa/Exceptions/Error.h>
#define AlwaysAssert(expr, exception)
These marcos are provided for use instead of simply using the constructors of assert_ to allow additi...
Referenced counted pointer for constant data.
Class holding the results of groupby and aggregation.
CountedPtr< TableExprGroupResult > itsResult
static const TableExprIdAggr & cast(const TableExprId &id)
Cast a TableExprId object to TableExprIdAggr.
TableExprIdAggr(const CountedPtr< TableExprGroupResult > &result)
Construct it from the aggregation results.
const TableExprGroupResult & result() const
Get out the aggregation result object.
uInt getMagicValue() const
Get the magic value (to check if correct).
this file contains all the compiler specific defines