26#ifndef TABLES_EXPRNODERECORD_H
27#define TABLES_EXPRNODERECORD_H
30#include <casacore/tables/TaQL/ExprNodeRep.h>
31#include <casacore/tables/TaQL/ExprNodeArray.h>
32#include <casacore/casa/Containers/Block.h>
33#include <casacore/casa/Utilities/DataType.h>
String: the storage and methods of handling collections of characters.
TableExprNodeArray(NodeDataType, OperType)
Create the object.
TableExprNodeBinary(NodeDataType, ValueType, OperType, ExprType)
Constructor.
virtual MArray< String > getArrayString(const TableExprId &id)
virtual const IPosition & getShape(const TableExprId &id)
Get the shape of the array in the given row.
virtual Bool isDefined(const TableExprId &id)
Is the value in the given row defined?
virtual MArray< Int64 > getArrayInt(const TableExprId &id)
virtual MArray< Bool > getArrayBool(const TableExprId &id)
Get an array value for this node in the given row.
~TableExprNodeRecordFieldArray()
virtual MArray< DComplex > getArrayDComplex(const TableExprId &id)
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
const RecordInterface & getRecord(const TableExprId &id) const
Get the record for the last field number, thus going through all subrecords for the other field numbe...
TableExprNodeRecordFieldArray(DataType dtype, const Block< Int > &fieldNumbers)
virtual MArray< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.
const RecordInterface & getRecord(const TableExprId &id) const
Get the record for the last field number, thus going through all subrecords for the other field numbe...
virtual Bool isDefined(const TableExprId &id)
Is the value in the given row defined?
virtual Bool getBool(const TableExprId &id)
Get a scalar value for this node in the given row.
TableExprNodeRecordField(DataType dtype, const Block< Int > &fieldNumbers)
virtual const IPosition & getShape(const TableExprId &id)
Get the shape for the given row.
virtual String getString(const TableExprId &id)
~TableExprNodeRecordField()
virtual DComplex getDComplex(const TableExprId &id)
virtual Int64 getInt(const TableExprId &id)
virtual Double getDouble(const TableExprId &id)
this file contains all the compiler specific defines
long long Int64
Define the extra non-standard types used by Casacore (like proposed uSize, Size).
RecordInterface()
The default constructor creates an empty record with a variable structure.
bool Bool
Define the standard types used by Casacore.