Definition at line 100906 of file sqlite3.c.
Data Fields | |
| WherePlan | plan |
| double | rCost |
| Bitmask | used |
Definition at line 100907 of file sqlite3.c.
Referenced by bestAutomaticIndex(), bestBtreeIndex(), bestOrClauseIndex(), bestVirtualIndex(), and sqlite3WhereBegin().
| double WhereCost::rCost |
Definition at line 100908 of file sqlite3.c.
Referenced by bestAutomaticIndex(), bestBtreeIndex(), bestOrClauseIndex(), bestVirtualIndex(), and sqlite3WhereBegin().
Definition at line 100909 of file sqlite3.c.
Referenced by bestAutomaticIndex(), bestBtreeIndex(), bestOrClauseIndex(), bestVirtualIndex(), and sqlite3WhereBegin().
1.5.3