InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
IN (or NOT IN) row values. More...
#include <Asts.h>
Public Attributes | |
bool | issubquery |
int64_t | subquery |
std::vector< class Ast * > | expressionlist |
std::vector<class Ast *> Statement::inobject_s::expressionlist |
predicate value
Definition at line 177 of file Asts.h.
Referenced by Larxer::consumeInobject(), Statement::cpquery(), Ast::evaluate(), and Statement::~Statement().
bool Statement::inobject_s::issubquery |
true subquery, false expression
Definition at line 175 of file Asts.h.
Referenced by Larxer::consumeInobject(), Statement::cpquery(), and Ast::evaluate().
int64_t Statement::inobject_s::subquery |
if subquery, index value to Statement::queries
Definition at line 176 of file Asts.h.
Referenced by Larxer::consumeInobject(), and Statement::cpquery().