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