Home | History | Annotate | Download | only in dist

Lines Matching full:plan

3485 ** WHERE clause might influence the choice of query plan for a statement,
3490 ** choice of query plan if the parameter is the left-hand side of a [LIKE]
7843 ** to a zero-terminated UTF-8 string containing the [EXPLAIN QUERY PLAN]
7851 ** of an [EXPLAIN QUERY PLAN] query.
11170 #define SQLITE_VdbeEQP 0x04000000 /* Debug EXPLAIN QUERY PLAN */
45951 ** SQLITE_OK is returned if everything goes according to plan. An
66127 ** EXPLAIN QUERY PLAN.
68968 ** in a better query plan.
70158 ** binding a new value to this variable invalidates the current query plan.
70161 ** parameter in the WHERE clause might influence the choice of query plan
71461 if( once ) printf("VDBE Query Plan:\n");
76981 ** by P1. The integer query plan parameter to xFilter is stored in register
77329 ** is to say when the EXPLAIN QUERY PLAN syntax is used.)
92271 ** This plan is not completely bullet-proof. It is possible for
107572 ** Unless an "EXPLAIN QUERY PLAN" command is being processed, this function
107606 ** Unless an "EXPLAIN QUERY PLAN" command is being processed, this function
109225 ** The implementation plan is to implement the two coroutines and seven
115129 /* If everything went according to plan, link the new VTable structure
115872 u32 wsFlags; /* WHERE_* flags describing the plan */
115909 ** that implement some or all of a query plan.
115923 ** at the end is the chosen query plan.
118211 "table %s: xBestIndex returned an invalid plan", pTab->zName);
119258 ** This function is a no-op unless currently processing an EXPLAIN QUERY PLAN
122214 ** depending on the loops added to the current plan. */
122468 ** to plan those simple cases using much less ceremony than the
124031 27, /* PLAN => ID */
124176 "PLAN", "BEGIN", "TRANSACTION", "DEFERRED",
124253 /* 7 */ "explain ::= EXPLAIN QUERY PLAN",
125352 case 7: /* explain ::= EXPLAIN QUERY PLAN */
127111 testcase( i==77 ); /* PLAN */
134562 ** of the overall query plan the user will see an "unable to use