String array column in table select expression. More...
#include <ExprNodeArray.h>
Public Member Functions | |
| TableExprNodeArrayColumnString (const TableColumn &, const Table &) | |
| ~TableExprNodeArrayColumnString () | |
| virtual void | applySelection (const Vector< uInt > &rownrs) |
| Re-create the column object for a selection of rows. | |
| virtual String | getElemString (const TableExprId &id, const Slicer &index) |
| virtual MArray< String > | getArrayString (const TableExprId &id) |
| virtual MArray< String > | getSliceString (const TableExprId &id, const Slicer &) |
| virtual Array< String > | getElemColumnString (const Vector< uInt > &rownrs, const Slicer &) |
Protected Attributes | |
| ArrayColumn< String > | col_p |
String array column in table select expression.
Internal
These classes store an array column of type X.
Definition at line 656 of file ExprNodeArray.h.
| casacore::TableExprNodeArrayColumnString::TableExprNodeArrayColumnString | ( | const TableColumn & | , | |
| const Table & | ||||
| ) |
| casacore::TableExprNodeArrayColumnString::~TableExprNodeArrayColumnString | ( | ) |
| virtual void casacore::TableExprNodeArrayColumnString::applySelection | ( | const Vector< uInt > & | rownrs | ) | [virtual] |
Re-create the column object for a selection of rows.
Reimplemented from casacore::TableExprNodeArrayColumn.
| virtual MArray<String> casacore::TableExprNodeArrayColumnString::getArrayString | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
| virtual Array<String> casacore::TableExprNodeArrayColumnString::getElemColumnString | ( | const Vector< uInt > & | rownrs, | |
| const Slicer & | ||||
| ) | [virtual] |
Reimplemented from casacore::TableExprNodeArray.
| virtual String casacore::TableExprNodeArrayColumnString::getElemString | ( | const TableExprId & | id, | |
| const Slicer & | index | |||
| ) | [virtual] |
Reimplemented from casacore::TableExprNodeArray.
| virtual MArray<String> casacore::TableExprNodeArrayColumnString::getSliceString | ( | const TableExprId & | id, | |
| const Slicer & | ||||
| ) | [virtual] |
Reimplemented from casacore::TableExprNodeArray.
Definition at line 673 of file ExprNodeArray.h.
1.6.1