Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c24 typedef struct ExprInfo ExprInfo; typedef
25 struct ExprInfo { struct
26 Expr *p; /* Pointer to the subexpression */
27 u8 indexable; /* True if this subexprssion is usable by an index */
28 short int idxLeft; /* p->pLeft is a column in this table number. -1 if
30 short int idxRight; /* p->pRight is a column in this table number. -1 if
32 unsigned prereqLeft; /* Bitmask of tables referenced by p->pLeft */
33 unsigned prereqRight; /* Bitmask of tables referenced by p->pRight */
34 unsigned prereqAll; /* Bitmask of tables referenced by p */