Home | History | Annotate | Download | only in orig

Lines Matching full:planner

4396 ** function that is not deterministic.  The SQLite query planner is able to
7927 ** query planner's estimate for the average number of rows output from each
7928 ** iteration of the X-th loop. If the query planner's estimates was accurate,
90035 ** and indices. These statistics are made available to the query planner
90059 ** for the query planner to make good choices.
90080 ** "unordered" keyword is present, then the query planner assumes that
90122 ** to aid the query planner in choosing good indices based on the values
118018 ** planner logic in "where.c". These definitions are broken out into
118287 ** terms in the WHERE clause that are useful to the query planner.
118406 ** planner.
118492 ** operators that are of interest to the query planner. An
124011 ** of X is smaller for views and subqueries so that the query planner
124435 ** the planner may elect to "OR" together a full-table scan and an
124766 ** the planner assumes that the specified pOrderBy list is actually a GROUP
125193 ** general-purpose query planner, and thereby yield faster sqlite3_prepare()
125197 ** no-frills query planner. Return zero if this query needs the
125198 ** general-purpose query planner.
128474 ** query planner debugging, to differentiate between multiple Select
137416 ** the planner does elect to use the results of this call as part