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