Aggregate class determining the sum of squares of complex values in a group. More...
#include <ExprGroupAggrFunc.h>
Public Member Functions | |
TableExprGroupSumSqrDComplex (TableExprNodeRep *node) | |
virtual | ~TableExprGroupSumSqrDComplex () |
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 squares of complex values in a group.
Internal
Aggregate class determining the sum of squares of complex values in a group.
Definition at line 472 of file ExprGroupAggrFunc.h.
casacore::TableExprGroupSumSqrDComplex::TableExprGroupSumSqrDComplex | ( | TableExprNodeRep * | node | ) | [explicit] |
virtual casacore::TableExprGroupSumSqrDComplex::~TableExprGroupSumSqrDComplex | ( | ) | [virtual] |
virtual void casacore::TableExprGroupSumSqrDComplex::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.