Aggregate class determining the mean of complex values in a group. More...
#include <ExprGroupAggrFunc.h>
Public Member Functions | |
TableExprGroupMeanDComplex (TableExprNodeRep *node) | |
virtual | ~TableExprGroupMeanDComplex () |
virtual void | apply (const TableExprId &id) |
Get the operand's value for the given row and apply it to the aggregation. | |
virtual void | finish () |
If needed, finish the aggregation. | |
Private Attributes | |
Int64 | itsNr |
Aggregate class determining the mean of complex values in a group.
Internal
Aggregate class determining the mean of complex values in a group.
Definition at line 489 of file ExprGroupAggrFunc.h.
casacore::TableExprGroupMeanDComplex::TableExprGroupMeanDComplex | ( | TableExprNodeRep * | node | ) | [explicit] |
virtual casacore::TableExprGroupMeanDComplex::~TableExprGroupMeanDComplex | ( | ) | [virtual] |
virtual void casacore::TableExprGroupMeanDComplex::apply | ( | const TableExprId & | id | ) | [virtual] |
Get the operand's value for the given row and apply it to the aggregation.
This function should not be called for lazy classes.
Implements casacore::TableExprGroupFuncBase.
virtual void casacore::TableExprGroupMeanDComplex::finish | ( | ) | [virtual] |
If needed, finish the aggregation.
By default nothing is done.
Reimplemented from casacore::TableExprGroupFuncBase.
Definition at line 497 of file ExprGroupAggrFunc.h.