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