Aggregate class counting per array index in a group if any is true. More...
#include <ExprGroupAggrFuncArray.h>
Public Member Functions | |
| TableExprGroupArrayAnys (TableExprNodeRep *node) | |
| virtual | ~TableExprGroupArrayAnys () |
| 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 if any is true.
Internal
Aggregate class counting per array index in a group if any is true.
Definition at line 475 of file ExprGroupAggrFuncArray.h.
| casacore::TableExprGroupArrayAnys::TableExprGroupArrayAnys | ( | TableExprNodeRep * | node | ) |
| virtual casacore::TableExprGroupArrayAnys::~TableExprGroupArrayAnys | ( | ) | [virtual] |
| virtual void casacore::TableExprGroupArrayAnys::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