Aggregate class determining the sum of complex array values in a group. More...
#include <ExprGroupAggrFuncArray.h>
Public Member Functions | |
TableExprGroupSumArrayDComplex (TableExprNodeRep *node) | |
virtual | ~TableExprGroupSumArrayDComplex () |
virtual void | apply (const TableExprId &id) |
Get the operand's value for the given row and apply it to the aggregation. |
Aggregate class determining the sum of complex array values in a group.
Internal
Aggregate class determining the sum of complex array values in a group.
Definition at line 402 of file ExprGroupAggrFuncArray.h.
casacore::TableExprGroupSumArrayDComplex::TableExprGroupSumArrayDComplex | ( | TableExprNodeRep * | node | ) |
virtual casacore::TableExprGroupSumArrayDComplex::~TableExprGroupSumArrayDComplex | ( | ) | [virtual] |
virtual void casacore::TableExprGroupSumArrayDComplex::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.