Int array column in table select expression. More...
#include <ExprNodeArray.h>
Public Member Functions | |
TableExprNodeArrayColumnInt (const TableColumn &, const Table &) | |
~TableExprNodeArrayColumnInt () | |
virtual void | applySelection (const Vector< uInt > &rownrs) |
Re-create the column object for a selection of rows. | |
virtual Int64 | getElemInt (const TableExprId &id, const Slicer &index) |
virtual MArray< Int64 > | getArrayInt (const TableExprId &id) |
virtual MArray< Int64 > | getSliceInt (const TableExprId &id, const Slicer &) |
virtual Array< Int > | getElemColumnInt (const Vector< uInt > &rownrs, const Slicer &) |
Protected Attributes | |
ArrayColumn< Int > | col_p |
Int array column in table select expression.
Internal
These classes store an array column of type X.
Definition at line 422 of file ExprNodeArray.h.
casacore::TableExprNodeArrayColumnInt::TableExprNodeArrayColumnInt | ( | const TableColumn & | , | |
const Table & | ||||
) |
casacore::TableExprNodeArrayColumnInt::~TableExprNodeArrayColumnInt | ( | ) |
virtual void casacore::TableExprNodeArrayColumnInt::applySelection | ( | const Vector< uInt > & | rownrs | ) | [virtual] |
Re-create the column object for a selection of rows.
Reimplemented from casacore::TableExprNodeArrayColumn.
virtual MArray<Int64> casacore::TableExprNodeArrayColumnInt::getArrayInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
virtual Array<Int> casacore::TableExprNodeArrayColumnInt::getElemColumnInt | ( | const Vector< uInt > & | rownrs, | |
const Slicer & | ||||
) | [virtual] |
Reimplemented from casacore::TableExprNodeArray.
virtual Int64 casacore::TableExprNodeArrayColumnInt::getElemInt | ( | const TableExprId & | id, | |
const Slicer & | index | |||
) | [virtual] |
Reimplemented from casacore::TableExprNodeArray.
virtual MArray<Int64> casacore::TableExprNodeArrayColumnInt::getSliceInt | ( | const TableExprId & | id, | |
const Slicer & | ||||
) | [virtual] |
Reimplemented from casacore::TableExprNodeArray.
ArrayColumn<Int> casacore::TableExprNodeArrayColumnInt::col_p [protected] |
Definition at line 439 of file ExprNodeArray.h.