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