casa
$Rev:20696$
|
Date Array constant in table select expression tree. More...
#include <ExprDerNodeArray.h>
Public Member Functions | |
TableExprNodeArrayConstDate (const Array< MVTime > &value) | |
~TableExprNodeArrayConstDate () | |
Array< Double > | getArrayDouble (const TableExprId &id) |
Array< MVTime > | getArrayDate (const TableExprId &id) |
Private Attributes | |
Array< 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 229 of file ExprDerNodeArray.h.
casa::TableExprNodeArrayConstDate::TableExprNodeArrayConstDate | ( | const Array< MVTime > & | value | ) |
Array<MVTime> casa::TableExprNodeArrayConstDate::getArrayDate | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Array<Double> casa::TableExprNodeArrayConstDate::getArrayDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Definition at line 237 of file ExprDerNodeArray.h.