Int Array subtraction in table select expression tree. More...
#include <ExprMathNodeArray.h>
Public Member Functions | |
TableExprNodeArrayMinusInt (const TableExprNodeRep &) | |
~TableExprNodeArrayMinusInt () | |
MArray< Int64 > | getArrayInt (const TableExprId &id) |
Int 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 289 of file ExprMathNodeArray.h.
casacore::TableExprNodeArrayMinusInt::TableExprNodeArrayMinusInt | ( | const TableExprNodeRep & | ) |
casacore::TableExprNodeArrayMinusInt::~TableExprNodeArrayMinusInt | ( | ) |
MArray<Int64> casacore::TableExprNodeArrayMinusInt::getArrayInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.