Bitwise and in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
TableExprNodeBitAndInt (const TableExprNodeRep &) | |
~TableExprNodeBitAndInt () | |
Int64 | getInt (const TableExprId &id) |
Double | getDouble (const TableExprId &id) |
DComplex | getDComplex (const TableExprId &id) |
Bitwise and in table select expression tree.
Internal
This class represents a bitwise and operation in a table select expression tree. It is only possible for datatype Int.
Definition at line 712 of file ExprMathNode.h.
casacore::TableExprNodeBitAndInt::TableExprNodeBitAndInt | ( | const TableExprNodeRep & | ) |
casacore::TableExprNodeBitAndInt::~TableExprNodeBitAndInt | ( | ) |
DComplex casacore::TableExprNodeBitAndInt::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
Double casacore::TableExprNodeBitAndInt::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
Int64 casacore::TableExprNodeBitAndInt::getInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.