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