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