casa
$Rev:20696$
|
Double comparison != in table select expression tree. More...
#include <ExprLogicNode.h>
Public Member Functions | |
TableExprNodeNEDouble (const TableExprNodeRep &) | |
~TableExprNodeNEDouble () | |
Bool | getBool (const TableExprId &id) |
Is the expression a column aggregate function? |
Double 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 342 of file ExprLogicNode.h.
Bool casa::TableExprNodeNEDouble::getBool | ( | const TableExprId & | id | ) | [virtual] |
Is the expression a column aggregate function?
virtual Bool isAggregate() const; 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.