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