Date Array constant in table select expression tree. More...
#include <ExprDerNodeArray.h>
Public Member Functions | |
TableExprNodeArrayConstDate (const Array< MVTime > &value) | |
TableExprNodeArrayConstDate (const MArray< MVTime > &value) | |
~TableExprNodeArrayConstDate () | |
MArray< Double > | getArrayDouble (const TableExprId &id) |
The default implementation of getArrayDouble does getArrayInt and converts the result. | |
MArray< MVTime > | getArrayDate (const TableExprId &id) |
Private Attributes | |
MArray< MVTime > | value_p |
Date Array constant in table select expression tree.
Internal
This class represents a constant in a table select expression tree. This is also used to hold the value of a table keyword, which is constant over the entire table.
Definition at line 244 of file ExprDerNodeArray.h.
casacore::TableExprNodeArrayConstDate::TableExprNodeArrayConstDate | ( | const Array< MVTime > & | value | ) |
casacore::TableExprNodeArrayConstDate::TableExprNodeArrayConstDate | ( | const MArray< MVTime > & | value | ) |
casacore::TableExprNodeArrayConstDate::~TableExprNodeArrayConstDate | ( | ) |
MArray<MVTime> casacore::TableExprNodeArrayConstDate::getArrayDate | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
MArray<Double> casacore::TableExprNodeArrayConstDate::getArrayDouble | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDouble does getArrayInt and converts the result.
Reimplemented from casacore::TableExprNodeArray.
Definition at line 253 of file ExprDerNodeArray.h.