casacore::TableExprGroupFractileArrayDouble Class Reference

Aggregate class determining the fractile of array values in a group. More...

#include <ExprGroupAggrFuncArray.h>

Inheritance diagram for casacore::TableExprGroupFractileArrayDouble:
casacore::TableExprGroupFuncDouble casacore::TableExprGroupFuncBase

List of all members.

Public Member Functions

 TableExprGroupFractileArrayDouble (TableExprNodeRep *node, Double fractile)
virtual ~TableExprGroupFractileArrayDouble ()
virtual Bool isLazy () const
 Does the aggregate function use lazy semantics? The default implementation returns False.
virtual void apply (const TableExprId &id)
 Get the operand's value for the given row and apply it to the aggregation.
virtual Double getDouble (const vector< TableExprId > &ids)

Private Attributes

Double itsFrac

Detailed Description

Aggregate class determining the fractile of array values in a group.

Intended use:

Internal

Review Status

Test programs:
tExprGroup

Synopsis

Aggregate class determining the fractile of array values in a group.
It is a lazy aggregate class, thus apply does nothing. Instead, getDouble assembles the values and determines the fractile.

Definition at line 379 of file ExprGroupAggrFuncArray.h.


Constructor & Destructor Documentation

casacore::TableExprGroupFractileArrayDouble::TableExprGroupFractileArrayDouble ( TableExprNodeRep node,
Double  fractile 
) [explicit]
virtual casacore::TableExprGroupFractileArrayDouble::~TableExprGroupFractileArrayDouble (  )  [virtual]

Member Function Documentation

virtual void casacore::TableExprGroupFractileArrayDouble::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.

virtual Double casacore::TableExprGroupFractileArrayDouble::getDouble ( const vector< TableExprId > &  ids  )  [virtual]
virtual Bool casacore::TableExprGroupFractileArrayDouble::isLazy (  )  const [virtual]

Does the aggregate function use lazy semantics? The default implementation returns False.

Reimplemented from casacore::TableExprGroupFuncBase.


Member Data Documentation

Definition at line 389 of file ExprGroupAggrFuncArray.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1