Double comparison IN in table select expression tree. More...
#include <ExprLogicNode.h>
Public Member Functions | |
TableExprNodeINDouble (const TableExprNodeRep &) | |
~TableExprNodeINDouble () | |
Bool | getBool (const TableExprId &id) |
Get a scalar value for this node in the given row. |
Double comparison IN in table select expression tree.
Internal
This class represents an IN 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 835 of file ExprLogicNode.h.
casacore::TableExprNodeINDouble::TableExprNodeINDouble | ( | const TableExprNodeRep & | ) |
casacore::TableExprNodeINDouble::~TableExprNodeINDouble | ( | ) |
Bool casacore::TableExprNodeINDouble::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 casacore::TableExprNodeRep.