28 #ifndef TABLES_EXPRMATHNODEARRAY_H 29 #define TABLES_EXPRMATHNODEARRAY_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/tables/TaQL/ExprNodeArray.h> 34 #include <casacore/casa/Arrays/Array.h> virtual Array< String > getArrayString(const TableExprId &id)
Int Array multiplication in table select expression tree.
Int Array subtraction in table select expression tree.
virtual Array< MVTime > getArrayDate(const TableExprId &id)
Double Array multiplication in table select expression tree.
DComplex Array addition in table select expression tree.
Int Array bitwise and in table select expression tree.
Int Array bitwise xor in table select expression tree.
Unary minus in table select expression tree.
Base class for arrays in table select expression.
Array addition in table select expression tree.
String Array addition in table select expression tree.
NodeDataType
Define the data types of a node.
Abstract base class for a node in a table column expression tree.
Array addition in table select expression tree.
Double Array modulo in table select expression tree.
virtual Array< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.
Bitwise negate in table select expression tree.
Date Array addition in table select expression tree.
DComplex Array division in table select expression tree.
Double Array addition in table select expression tree.
virtual Array< DComplex > getArrayDComplex(const TableExprId &id)
The default implementation of getArrayDComplex does getArrayDouble and converts the result...
Double Array subtraction in table select expression tree.
virtual void handleUnits()
Handle the units of the children and possibly set the parent's unit.
Array addition in table select expression tree.
Date Array subtraction in table select expression tree.
Array addition in table select expression tree.
Int Array addition in table select expression tree.
~TableExprNodeArrayPlus()
virtual Array< Int64 > getArrayInt(const TableExprId &id)
The identification of a TaQL selection subject.
DComplex Array subtraction in table select expression tree.
TableExprNodeArrayPlus(NodeDataType, const TableExprNodeRep &)
Int Array modulo in table select expression tree.
String: the storage and methods of handling collections of characters.
DComplex Array multiplication in table select expression tree.
Array addition in table select expression tree.
Int Array bitwise or in table select expression tree.
this file contains all the compiler specific defines
Double Array division in table select expression tree.