Go to the documentation of this file.
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>
107 const TableExprIdAggr& idAggr = reinterpret_cast<const TableExprIdAggr&>(
id);
Referenced counted pointer for constant data.
static const TableExprIdAggr & cast(const TableExprId &id)
Cast a TableExprId object to TableExprIdAggr.
uInt getMagicValue() const
Get the magic value (to check if correct).
const TableExprGroupResult & result() const
Get out the aggregation result object.
Class holding the results of groupby and aggregation.
this file contains all the compiler specific defines
#define AlwaysAssert(expr, exception)
These marcos are provided for use instead of simply using the constructors of assert_ to allow additi...
The identification of a TaQL selection subject.
TableExprIdAggr(const CountedPtr< TableExprGroupResult > &result)
Construct it from the aggregation results.
The Table Expression Selection id used with aggregation.
Base class for all Casacore library errors.
CountedPtr< TableExprGroupResult > itsResult