Aggregate class determining the histogram of scalar values in a group. More...
#include <ExprGroupAggrFuncArray.h>
Public Member Functions | |
TableExprGroupHistScalar (TableExprNodeRep *node, Int64 nbin, Double start, Double end) | |
virtual | ~TableExprGroupHistScalar () |
virtual void | apply (const TableExprId &id) |
Get the operand's value for the given row and apply it to the aggregation. |
Aggregate class determining the histogram of scalar values in a group.
Internal
Aggregate class determining the histogram of scalar values in a group
Definition at line 907 of file ExprGroupAggrFuncArray.h.
casacore::TableExprGroupHistScalar::TableExprGroupHistScalar | ( | TableExprNodeRep * | node, | |
Int64 | nbin, | |||
Double | start, | |||
Double | end | |||
) | [explicit] |
virtual casacore::TableExprGroupHistScalar::~TableExprGroupHistScalar | ( | ) | [virtual] |
virtual void casacore::TableExprGroupHistScalar::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.