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