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