28 #ifndef TABLES_EXPRDERNODEARRAY_H
29 #define TABLES_EXPRDERNODEARRAY_H
~TableExprNodeArrayConstDate()
TableExprNodeArrayConstDouble(const Array< Double > &value)
Int Array constant in table select expression tree.
Bool Array constant in table select expression tree.
MArray< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.
Base class for arrays in table select expression.
TableExprNodeArrayConstBool(const Array< Bool > &value)
TableExprNodeArrayConstDate(const Array< MVTime > &value)
MArray< DComplex > value_p
~TableExprNodeArrayConstInt()
~TableExprNodeArrayConstDouble()
~TableExprNodeArrayConstDComplex()
TableExprNodeArrayConstString(const Array< String > &value)
MArray< DComplex > getArrayDComplex(const TableExprId &id)
The default implementation of getArrayDComplex does getArrayDouble and converts the result...
~TableExprNodeArrayConstString()
String Array constant in table select expression tree.
MArray< DComplex > getArrayDComplex(const TableExprId &id)
The default implementation of getArrayDComplex does getArrayDouble and converts the result...
TableExprNodeArrayConstDComplex(const Array< DComplex > &value)
MArray< String > getArrayString(const TableExprId &id)
MArray< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.
TableExprNodeArrayConstInt(const Array< uInt64 > &value)
Double Array constant in table select expression tree.
MArray< MVTime > getArrayDate(const TableExprId &id)
MArray< DComplex > getArrayDComplex(const TableExprId &id)
The default implementation of getArrayDComplex does getArrayDouble and converts the result...
The identification of a TaQL selection subject.
~TableExprNodeArrayConstBool()
MArray< Int64 > getArrayInt(const TableExprId &id)
MArray< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.
DComplex Array constant in table select expression tree.
MArray< Bool > getArrayBool(const TableExprId &id)
Get an array value for this node in the given row.
LatticeExprNode value(const LatticeExprNode &expr)
This function returns the value of the expression without a mask.
Date Array constant in table select expression tree.