Int Array constant in table select expression tree. More...
#include <ExprDerNodeArray.h>
Int 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 93 of file ExprDerNodeArray.h.
casacore::TableExprNodeArrayConstInt::~TableExprNodeArrayConstInt | ( | ) |
MArray<DComplex> casacore::TableExprNodeArrayConstInt::getArrayDComplex | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
Reimplemented from casacore::TableExprNodeArray.
MArray<Double> casacore::TableExprNodeArrayConstInt::getArrayDouble | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDouble does getArrayInt and converts the result.
Reimplemented from casacore::TableExprNodeArray.
MArray<Int64> casacore::TableExprNodeArrayConstInt::getArrayInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
Definition at line 113 of file ExprDerNodeArray.h.