Regex comparison != in table select expression tree. More...
#include <ExprLogicNode.h>
Public Member Functions | |
TableExprNodeNERegex (const TableExprNodeRep &) | |
~TableExprNodeNERegex () | |
Bool | getBool (const TableExprId &id) |
Get a scalar value for this node in the given row. |
Regex comparison != in table select expression tree.
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 432 of file ExprLogicNode.h.
casacore::TableExprNodeNERegex::TableExprNodeNERegex | ( | const TableExprNodeRep & | ) |
casacore::TableExprNodeNERegex::~TableExprNodeNERegex | ( | ) |
Bool casacore::TableExprNodeNERegex::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.