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

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

#include <ExprNodeArray.h>

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

List of all members.

Public Member Functions

 TableExprNodeArrayColumnBool (const ROTableColumn &, const Table &)
 ~TableExprNodeArrayColumnBool ()
virtual Bool getElemBool (const TableExprId &id, const Slicer &index)
 Get a single element from the array in the given row.
virtual Array< BoolgetArrayBool (const TableExprId &id)
 Get an array value for this node in the given row.
virtual Array< BoolgetSliceBool (const TableExprId &id, const Slicer &)
 Get a slice of the array in the given row.
virtual Array< BoolgetElemColumnBool (const Vector< uInt > &rownrs, const Slicer &)
 Get a single element for the entire column (used by sort).

Protected Attributes

ROArrayColumn< Boolcol_p

Detailed Description

Bool 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 242 of file ExprNodeArray.h.


Constructor & Destructor Documentation


Member Function Documentation

Get an array value for this node in the given row.

The appropriate functions are implemented in the derived classes and will usually invoke the get in their children and apply the operator on the resulting values.

Reimplemented from casa::TableExprNodeRep.

virtual Bool casa::TableExprNodeArrayColumnBool::getElemBool ( const TableExprId id,
const Slicer index 
) [virtual]

Get a single element from the array in the given row.

Reimplemented from casa::TableExprNodeArray.

virtual Array<Bool> casa::TableExprNodeArrayColumnBool::getElemColumnBool ( const Vector< uInt > &  rownrs,
const Slicer  
) [virtual]

Get a single element for the entire column (used by sort).

Reimplemented from casa::TableExprNodeArray.

virtual Array<Bool> casa::TableExprNodeArrayColumnBool::getSliceBool ( const TableExprId id,
const Slicer  
) [virtual]

Get a slice of the array in the given row.

Reimplemented from casa::TableExprNodeArray.


Member Data Documentation

Definition at line 255 of file ExprNodeArray.h.


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