casa
$Rev:20696$
|
Regex Array comparison != in table select expression tree. More...
#include <ExprLogicNodeArray.h>
Public Member Functions | |
TableExprNodeArrayNERegex (const TableExprNodeRep &) | |
~TableExprNodeArrayNERegex () | |
Array< Bool > | getArrayBool (const TableExprId &id) |
Get an array value for this node in the given row. |
Regex Array 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 433 of file ExprLogicNodeArray.h.
Array<Bool> casa::TableExprNodeArrayNERegex::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.