Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c163320 typedef struct WhereScan WhereScan; typedef
163615 struct WhereScan { struct
163616 WhereClause *pOrigWC; /* Original, innermost WhereClause */
163617 WhereClause *pWC; /* WhereClause currently being scanned */
163618 const char *zCollName; /* Required collating sequence, if not NULL */
163619 Expr *pIdxExpr; /* Search for this index expression */
163620 int k; /* Resume scanning at this->pWC->a[this->k] */
163621 u32 opMask; /* Acceptable operators */
163622 char idxaff; /* Must match this affinity, if zCollName!=NULL */
163623 unsigned char iEquiv; /* Current slot in aiCur[] and aiColumn[] */
[all …]