casa
$Rev:20696$
|
Go to the source code of this file.
Classes | |
class | casa::TableExprNodeEQBool |
Bool comparison == in table select expression tree. More... | |
class | casa::TableExprNodeEQInt |
Int comparison == in table select expression tree. More... | |
class | casa::TableExprNodeEQDouble |
Double comparison == in table select expression tree. More... | |
class | casa::TableExprNodeEQDComplex |
DComplex comparison == in table select expression tree. More... | |
class | casa::TableExprNodeEQString |
String comparison == in table select expression tree. More... | |
class | casa::TableExprNodeEQRegex |
Regex comparison == in table select expression tree. More... | |
class | casa::TableExprNodeEQDate |
Date comparison == in table select expression tree. More... | |
class | casa::TableExprNodeNEBool |
Bool comparison != in table select expression tree. More... | |
class | casa::TableExprNodeNEInt |
Int comparison != in table select expression tree. More... | |
class | casa::TableExprNodeNEDouble |
Double comparison != in table select expression tree. More... | |
class | casa::TableExprNodeNEDComplex |
DComplex comparison != in table select expression tree. More... | |
class | casa::TableExprNodeNEString |
String comparison != in table select expression tree. More... | |
class | casa::TableExprNodeNERegex |
Regex comparison != in table select expression tree. More... | |
class | casa::TableExprNodeNEDate |
Date comparison != in table select expression tree. More... | |
class | casa::TableExprNodeGTInt |
Int comparison > in table select expression tree. More... | |
class | casa::TableExprNodeGTDouble |
Double comparison > in table select expression tree. More... | |
class | casa::TableExprNodeGTDComplex |
DComplex comparison > in table select expression tree. More... | |
class | casa::TableExprNodeGTString |
String comparison > in table select expression tree. More... | |
class | casa::TableExprNodeGTDate |
Date comparison > in table select expression tree. More... | |
class | casa::TableExprNodeGEInt |
Int comparison >= in table select expression tree. More... | |
class | casa::TableExprNodeGEDouble |
Double comparison >= in table select expression tree. More... | |
class | casa::TableExprNodeGEDComplex |
DComplex comparison >= in table select expression tree. More... | |
class | casa::TableExprNodeGEString |
String comparison >= in table select expression tree. More... | |
class | casa::TableExprNodeGEDate |
Date comparison >= in table select expression tree. More... | |
class | casa::TableExprNodeINInt |
Int comparison IN in table select expression tree. More... | |
class | casa::TableExprNodeINDouble |
Double comparison IN in table select expression tree. More... | |
class | casa::TableExprNodeINDComplex |
DComplex comparison IN in table select expression tree. More... | |
class | casa::TableExprNodeINString |
String comparison IN in table select expression tree. More... | |
class | casa::TableExprNodeINDate |
Date comparison IN in table select expression tree. More... | |
class | casa::TableExprNodeOR |
Logical or in table select expression tree. More... | |
class | casa::TableExprNodeAND |
Logical and in table select expression tree. More... | |
class | casa::TableExprNodeNOT |
Logical not in table select expression tree. More... | |
Namespaces | |
namespace | casa |
this file contains all the compiler specific defines |