Searched defs:ExprInfo (Results 1 – 1 of 1) sorted by relevance
27 typedef struct ExprInfo ExprInfo; typedef28 struct ExprInfo { struct29 Expr *p; /* Pointer to the subexpression */30 u8 indexable; /* True if this subexprssion is usable by an index */31 short int idxLeft; /* p->pLeft is a column in this table number. -1 if33 short int idxRight; /* p->pRight is a column in this table number. -1 if35 unsigned prereqLeft; /* Bitmask of tables referenced by p->pLeft */36 unsigned prereqRight; /* Bitmask of tables referenced by p->pRight */37 unsigned prereqAll; /* Bitmask of tables referenced by p */