Aggregate class determining the RMS of array values in a group. More...
#include <ExprGroupAggrFuncArray.h>
Public Member Functions | |
TableExprGroupRmssArrayDouble (TableExprNodeRep *node) | |
virtual | ~TableExprGroupRmssArrayDouble () |
virtual void | apply (const TableExprId &id) |
Get the operand's value for the given row and apply it to the aggregation. | |
virtual void | finish () |
If needed, finish the aggregation. | |
Private Attributes | |
Array< Int64 > | itsNr |
Aggregate class determining the RMS of array values in a group.
Internal
Aggregate class determining the RMS of array values in a group.
Definition at line 786 of file ExprGroupAggrFuncArray.h.
casacore::TableExprGroupRmssArrayDouble::TableExprGroupRmssArrayDouble | ( | TableExprNodeRep * | node | ) |
virtual casacore::TableExprGroupRmssArrayDouble::~TableExprGroupRmssArrayDouble | ( | ) | [virtual] |
virtual void casacore::TableExprGroupRmssArrayDouble::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.
virtual void casacore::TableExprGroupRmssArrayDouble::finish | ( | ) | [virtual] |
If needed, finish the aggregation.
By default nothing is done.
Reimplemented from casacore::TableExprGroupFuncBase.
Definition at line 794 of file ExprGroupAggrFuncArray.h.