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