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