casa
$Rev:20696$
|
Logical or in table select expression tree. More...
#include <ExprLogicNodeArray.h>
Public Member Functions | |
TableExprNodeArrayOR (const TableExprNodeRep &) | |
~TableExprNodeArrayOR () | |
Array< Bool > | getArrayBool (const TableExprId &id) |
Get an array value for this node in the given row. |
Logical or in table select expression tree.
Internal
This class represents a logical or in a table select expression tree. This is defined for Bool only.
Definition at line 945 of file ExprLogicNodeArray.h.
Array<Bool> casa::TableExprNodeArrayOR::getArrayBool | ( | const TableExprId & | id | ) | [virtual] |
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.