28 #ifndef TABLES_EXPRDERNODEARRAY_H 29 #define TABLES_EXPRDERNODEARRAY_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 constant in table select expression tree.
virtual Array< MVTime > getArrayDate(const TableExprId &id)
Array< DComplex > value_p
Bool Array constant in table select expression tree.
Base class for arrays in table select expression.
TableExprNodeArrayConstBool(const Array< Bool > &value)
virtual Array< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.
Array< Bool > getArrayBool(const TableExprId &id)
Get an array value for this node in the given row.
String Array constant 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 constant in table select expression tree.
virtual Array< Int64 > getArrayInt(const TableExprId &id)
The identification of a TaQL selection subject.
~TableExprNodeArrayConstBool()
DComplex Array constant in table select expression tree.
this file contains all the compiler specific defines
LatticeExprNode value(const LatticeExprNode &expr)
This function returns the value of the expression without a mask.
Date Array constant in table select expression tree.