Go to the documentation of this file.
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>
Date Array constant in table select expression tree.
MArray< Int64 > getArrayInt(const TableExprId &id)
MArray< Bool > getArrayBool(const TableExprId &id)
Get an array value for this node in the given row.
DComplex Array constant in table select expression tree.
~TableExprNodeArrayConstDouble()
TableExprNodeArrayConstString(const Array< String > &value)
TableExprNodeArrayConstDouble(const Array< Double > &value)
MArray< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.
~TableExprNodeArrayConstDComplex()
Bool Array constant in table select expression tree.
Int Array constant in table select expression tree.
MArray< DComplex > getArrayDComplex(const TableExprId &id)
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
MArray< DComplex > getArrayDComplex(const TableExprId &id)
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
MArray< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.
LatticeExprNode value(const LatticeExprNode &expr)
This function returns the value of the expression without a mask.
MArray< DComplex > getArrayDComplex(const TableExprId &id)
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
MArray< String > getArrayString(const TableExprId &id)
~TableExprNodeArrayConstString()
Base class for arrays in table select expression.
String Array constant in table select expression tree.
~TableExprNodeArrayConstBool()
this file contains all the compiler specific defines
MArray< DComplex > value_p
TableExprNodeArrayConstDate(const Array< MVTime > &value)
The identification of a TaQL selection subject.
TableExprNodeArrayConstDComplex(const Array< DComplex > &value)
~TableExprNodeArrayConstInt()
TableExprNodeArrayConstInt(const Array< Int64 > &value)
~TableExprNodeArrayConstDate()
Double Array constant in table select expression tree.
TableExprNodeArrayConstBool(const Array< Bool > &value)
MArray< MVTime > getArrayDate(const TableExprId &id)
MArray< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.