casa
$Rev:20696$
|
Unary minus in table select expression tree. More...
#include <ExprMathNodeArray.h>
Public Member Functions | |
TableExprNodeArrayMIN (const TableExprNodeRep &) | |
~TableExprNodeArrayMIN () | |
Array< Int64 > | getArrayInt (const TableExprId &id) |
Array< Double > | getArrayDouble (const TableExprId &id) |
Array< DComplex > | getArrayDComplex (const TableExprId &id) |
The default implementation of getArrayDComplex does getArrayDouble and converts the result. |
Unary minus in table select expression tree.
Internal
This class represents a unary minus in a table select expression tree. This is defined for numeric data types only.
Definition at line 793 of file ExprMathNodeArray.h.
Array<DComplex> casa::TableExprNodeArrayMIN::getArrayDComplex | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
Reimplemented from casa::TableExprNodeArray.
Array<Double> casa::TableExprNodeArrayMIN::getArrayDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Array<Int64> casa::TableExprNodeArrayMIN::getArrayInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.