Aggregate class counting number of rows in a group containing a value. More...
#include <ExprGroupAggrFunc.h>
Public Member Functions | |
TableExprGroupCount (TableExprNodeRep *node) | |
virtual | ~TableExprGroupCount () |
virtual void | apply (const TableExprId &id) |
Get the operand's value for the given row and apply it to the aggregation. | |
Private Attributes | |
TableExprNodeArrayColumn * | itsColumn |
Aggregate class counting number of rows in a group containing a value.
Internal
Aggregate class counting number of rows in a group containing a value.
Definition at line 72 of file ExprGroupAggrFunc.h.
casacore::TableExprGroupCount::TableExprGroupCount | ( | TableExprNodeRep * | node | ) | [explicit] |
virtual casacore::TableExprGroupCount::~TableExprGroupCount | ( | ) | [virtual] |
virtual void casacore::TableExprGroupCount::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.
Definition at line 79 of file ExprGroupAggrFunc.h.