Gaia
|
Public Member Functions | |
PredLogicalOp (Predicate *lhs, int op, Predicate *rhs) | |
PredLogicalOp (const PredLogicalOp &other) | |
virtual Predicate * | copy () const |
virtual bool | value () const |
virtual QString | toString () const |
![]() | |
bool | isTrue () const |
Protected Attributes | |
Predicate * | _lhs |
Predicate * | _rhs |
int | _op |
Friends | |
template<typename SearchPointType , typename DataSetType > | |
class | gaia2::BaseQueryOptimizer |
class | gaia2::Filter |