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