Aggregate class determining the maximum double array value in a group. More...
#include <ExprGroupAggrFuncArray.h>
Public Member Functions | |
TableExprGroupMaxsArrayDouble (TableExprNodeRep *node) | |
virtual | ~TableExprGroupMaxsArrayDouble () |
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. |
Aggregate class determining the maximum double array value in a group.
Internal
Aggregate class determining the maximum double array value in a group.
Definition at line 651 of file ExprGroupAggrFuncArray.h.
casacore::TableExprGroupMaxsArrayDouble::TableExprGroupMaxsArrayDouble | ( | TableExprNodeRep * | node | ) |
virtual casacore::TableExprGroupMaxsArrayDouble::~TableExprGroupMaxsArrayDouble | ( | ) | [virtual] |
virtual void casacore::TableExprGroupMaxsArrayDouble::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::TableExprGroupMaxsArrayDouble::finish | ( | ) | [virtual] |
If needed, finish the aggregation.
By default nothing is done.
Reimplemented from casacore::TableExprGroupFuncBase.