casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
casa::TableExprNodeArrayColumnShort Class Reference

Short array column in table select expression. More...

#include <ExprNodeArray.h>

Inheritance diagram for casa::TableExprNodeArrayColumnShort:
casa::TableExprNodeArrayColumn casa::TableExprNodeArray casa::TableExprNodeBinary casa::TableExprNodeRep

List of all members.

Public Member Functions

 TableExprNodeArrayColumnShort (const ROTableColumn &, const Table &)
 ~TableExprNodeArrayColumnShort ()
virtual Int64 getElemInt (const TableExprId &id, const Slicer &index)
virtual Array< Int64getArrayInt (const TableExprId &id)
virtual Array< Int64getSliceInt (const TableExprId &id, const Slicer &)
virtual Array< ShortgetElemColumnShort (const Vector< uInt > &rownrs, const Slicer &)

Protected Attributes

ROArrayColumn< Shortcol_p

Detailed Description

Short array column in table select expression.

Intended use:

Internal

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Prerequisite

Synopsis

These classes store an array column of type X.

Definition at line 313 of file ExprNodeArray.h.


Constructor & Destructor Documentation


Member Function Documentation

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.


Member Data Documentation

Definition at line 327 of file ExprNodeArray.h.


The documentation for this class was generated from the following file: