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