Home
last modified time | relevance | path

Searched refs:ExplainQueryPlan (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h211 # define ExplainQueryPlan(P) sqlite3VdbeExplain P macro
215 # define ExplainQueryPlan(P) macro
H A Dselect.c2657 ExplainQueryPlan((pParse, 1, "SETUP")); in generateWithRecursiveQuery()
2689 ExplainQueryPlan((pParse, 1, "RECURSIVE STEP")); in generateWithRecursiveQuery()
2750 ExplainQueryPlan((pParse, 0, "SCAN %d CONSTANT ROW%s", nRow, in multiSelectValues()
2865 ExplainQueryPlan((pParse, 1, "COMPOUND QUERY")); in multiSelect()
2866 ExplainQueryPlan((pParse, 1, "LEFT-MOST SUBQUERY")); in multiSelect()
2897 ExplainQueryPlan((pParse, 1, "UNION ALL")); in multiSelect()
2969 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE", in multiSelect()
3047 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE", in multiSelect()
3579 ExplainQueryPlan((pParse, 1, "LEFT")); in multiSelectOrderBy()
3594 ExplainQueryPlan((pParse, 1, "RIGHT")); in multiSelectOrderBy()
[all …]
H A Dwherecode.c2257 ExplainQueryPlan((pParse, 1, "MULTI-INDEX OR")); in sqlite3WhereCodeOneLoopStart()
2278 ExplainQueryPlan((pParse, 1, "INDEX %d", ii+1)); in sqlite3WhereCodeOneLoopStart()
2701 ExplainQueryPlan((pParse, 1, "RIGHT-JOIN %s", pTabItem->pTab->zName)); in sqlite3WhereRightJoinLoop()
H A Dexpr.c2803 ExplainQueryPlan((pParse, 0, in sqlite3FindInIndex()
2884 ExplainQueryPlan((pParse, 0, in sqlite3FindInIndex()
3084 ExplainQueryPlan((pParse, 0, "REUSE LIST SUBQUERY %d", in sqlite3CodeRhsOfIN()
3134 ExplainQueryPlan((pParse, 1, "%sLIST SUBQUERY %d", in sqlite3CodeRhsOfIN()
3271 ExplainQueryPlan((pParse, 0, "REUSE SUBQUERY %d", pSel->selId)); in sqlite3CodeSubselect()
3310 ExplainQueryPlan((pParse, 1, "%sSCALAR SUBQUERY %d", in sqlite3CodeSubselect()
H A Dwhere.c5740 ExplainQueryPlan((pParse, 0, "SCAN CONSTANT ROW")); in sqlite3WhereBegin()