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