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