#include <ExprLogicNode.h>
Inheritance diagram for casa::TableExprNodeEQDComplex:


Internal
This class represents an == comparison in a table select expression tree. This is defined for all data types. Only the Bool get function is defined, because the result of a compare is always a Bool.
Definition at line 131 of file ExprLogicNode.h.
Public Member Functions | |
| TableExprNodeEQDComplex (const TableExprNodeRep &) | |
| ~TableExprNodeEQDComplex () | |
| Bool | getBool (const TableExprId &id) |
| Get a scalar value for this node in the given row. | |
| casa::TableExprNodeEQDComplex::TableExprNodeEQDComplex | ( | const TableExprNodeRep & | ) |
| casa::TableExprNodeEQDComplex::~TableExprNodeEQDComplex | ( | ) |
| Bool casa::TableExprNodeEQDComplex::getBool | ( | const TableExprId & | id | ) | [virtual] |
Get a scalar 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.
1.5.1