Abstract base class for aggregate functions giving a string array. More...
#include <ExprGroup.h>
Public Member Functions | |
TableExprGroupFuncArrayString (TableExprNodeRep *node) | |
virtual | ~TableExprGroupFuncArrayString () |
virtual MArray< String > | getArrayString (const vector< TableExprId > &) |
Protected Member Functions | |
Bool | checkShape (const MArrayBase &arr, const String &func) |
If not empty, check if the shape matches that of itsValue . | |
Protected Attributes | |
MArray< String > | itsValue |
Abstract base class for aggregate functions giving a string array.
Internal
This class is derived from TableExprGroupFuncBase and act as the abstract base class for aggregate functions resulting in a string array.
Derived classes can use itsValue
to contain the aggregated value. It that case they do not need to implement the get
function.
Definition at line 773 of file ExprGroup.h.
casacore::TableExprGroupFuncArrayString::TableExprGroupFuncArrayString | ( | TableExprNodeRep * | node | ) | [inline, explicit] |
Definition at line 776 of file ExprGroup.h.
virtual casacore::TableExprGroupFuncArrayString::~TableExprGroupFuncArrayString | ( | ) | [virtual] |
Bool casacore::TableExprGroupFuncArrayString::checkShape | ( | const MArrayBase & | arr, | |
const String & | func | |||
) | [protected] |
If not empty, check if the shape matches that of itsValue
.
If itsValue
is still empty, it is sized.
virtual MArray<String> casacore::TableExprGroupFuncArrayString::getArrayString | ( | const vector< TableExprId > & | ) | [virtual] |
Reimplemented from casacore::TableExprGroupFuncBase.
Definition at line 785 of file ExprGroup.h.