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