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