Date Array subtraction in table select expression tree. More...
#include <ExprMathNodeArray.h>
Public Member Functions | |
TableExprNodeArrayMinusDate (const TableExprNodeRep &) | |
~TableExprNodeArrayMinusDate () | |
virtual void | handleUnits () |
Handle the units of the children and possibly set the parent's unit. | |
MArray< Double > | getArrayDouble (const TableExprId &id) |
The default implementation of getArrayDouble does getArrayInt and converts the result. | |
MArray< MVTime > | getArrayDate (const TableExprId &id) |
Date Array subtraction in table select expression tree.
Internal
This class represents a subtraction in a table select expression tree. Numeric data types will be promoted if possible, so for instance a subtraction of Int and Complex is possible.
Definition at line 379 of file ExprMathNodeArray.h.
casacore::TableExprNodeArrayMinusDate::TableExprNodeArrayMinusDate | ( | const TableExprNodeRep & | ) |
casacore::TableExprNodeArrayMinusDate::~TableExprNodeArrayMinusDate | ( | ) |
MArray<MVTime> casacore::TableExprNodeArrayMinusDate::getArrayDate | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
MArray<Double> casacore::TableExprNodeArrayMinusDate::getArrayDouble | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDouble does getArrayInt and converts the result.
Reimplemented from casacore::TableExprNodeArray.
virtual void casacore::TableExprNodeArrayMinusDate::handleUnits | ( | ) | [virtual] |
Handle the units of the children and possibly set the parent's unit.
The default implementation make the units of the children equal and set the parent unit to that unit if the parent is not a Bool value.
Reimplemented from casacore::TableExprNodeBinary.