Home
last modified time | relevance | path

Searched defs:ExprInfo (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/src/
H A Dwhere.c27 typedef struct ExprInfo ExprInfo; typedef
28 struct ExprInfo { struct
29 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 if
33 short int idxRight; /* p->pRight is a column in this table number. -1 if
35 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 */