casa
$Rev:20696$
|
Logical not in table select expression tree. More...
#include <ExprLogicNode.h>
Public Member Functions | |
TableExprNodeNOT (const TableExprNodeRep &) | |
~TableExprNodeNOT () | |
Bool | getBool (const TableExprId &id) |
Is the expression a column aggregate function? |
Logical not in table select expression tree.
Internal
This class represents a logical not in a table select expression tree. This is defined for Bool only.
Definition at line 1004 of file ExprLogicNode.h.
Bool casa::TableExprNodeNOT::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.