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