casa
$Rev:20696$
|
Short array column in table select expression. More...
#include <ExprNodeArray.h>
Public Member Functions | |
TableExprNodeArrayColumnShort (const ROTableColumn &, const Table &) | |
~TableExprNodeArrayColumnShort () | |
virtual Int64 | getElemInt (const TableExprId &id, const Slicer &index) |
virtual Array< Int64 > | getArrayInt (const TableExprId &id) |
virtual Array< Int64 > | getSliceInt (const TableExprId &id, const Slicer &) |
virtual Array< Short > | getElemColumnShort (const Vector< uInt > &rownrs, const Slicer &) |
Protected Attributes | |
ROArrayColumn< Short > | col_p |
Short array column in table select expression.
Internal
These classes store an array column of type X.
Definition at line 313 of file ExprNodeArray.h.
casa::TableExprNodeArrayColumnShort::TableExprNodeArrayColumnShort | ( | const ROTableColumn & | , |
const Table & | |||
) |
virtual Array<Int64> casa::TableExprNodeArrayColumnShort::getArrayInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
virtual Array<Short> casa::TableExprNodeArrayColumnShort::getElemColumnShort | ( | const Vector< uInt > & | rownrs, |
const Slicer & | |||
) | [virtual] |
Reimplemented from casa::TableExprNodeArray.
virtual Int64 casa::TableExprNodeArrayColumnShort::getElemInt | ( | const TableExprId & | id, |
const Slicer & | index | ||
) | [virtual] |
Reimplemented from casa::TableExprNodeArray.
virtual Array<Int64> casa::TableExprNodeArrayColumnShort::getSliceInt | ( | const TableExprId & | id, |
const Slicer & | |||
) | [virtual] |
Reimplemented from casa::TableExprNodeArray.
ROArrayColumn<Short> casa::TableExprNodeArrayColumnShort::col_p [protected] |
Definition at line 327 of file ExprNodeArray.h.