Class derived from TableExprGroupFuncBase for the first value in a group. More...
#include <ExprGroup.h>
Public Member Functions | |
| TableExprGroupLast (TableExprNodeRep *node) | |
| virtual | ~TableExprGroupLast () |
| virtual void | apply (const TableExprId &id) |
| Get the operand's value for the given row and apply it to the aggregation. | |
Class derived from TableExprGroupFuncBase for the first value in a group.
Internal
This class keeps the TableExprId of the last value in a group. The 'getXXX' functions get the value for that TableExprId.
For ease of use this class is derived from TableExprGroupFirst.
Definition at line 318 of file ExprGroup.h.
| casacore::TableExprGroupLast::TableExprGroupLast | ( | TableExprNodeRep * | node | ) | [explicit] |
| virtual casacore::TableExprGroupLast::~TableExprGroupLast | ( | ) | [virtual] |
| virtual void casacore::TableExprGroupLast::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.
Reimplemented from casacore::TableExprGroupFirst.
1.6.1