Lines Matching refs:ExplainQueryPlan
16851 # define ExplainQueryPlan(P) sqlite3VdbeExplain P macro
16855 # define ExplainQueryPlan2(V,P) ExplainQueryPlan(P)
16860 # define ExplainQueryPlan(P) macro
111447 ExplainQueryPlan((pParse, 0,
111527 ExplainQueryPlan((pParse, 0,
111727 ExplainQueryPlan((pParse, 0, "REUSE LIST SUBQUERY %d",
111777 ExplainQueryPlan((pParse, 1, "%sLIST SUBQUERY %d",
111917 ExplainQueryPlan((pParse, 0, "REUSE SUBQUERY %d", pSel->selId));
143406 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s", zUsage));
144505 ExplainQueryPlan((pParse, 1, "SETUP"));
144537 ExplainQueryPlan((pParse, 1, "RECURSIVE STEP"));
144598 ExplainQueryPlan((pParse, 0, "SCAN %d CONSTANT ROW%s", nRow,
144713 ExplainQueryPlan((pParse, 1, "COMPOUND QUERY"));
144714 ExplainQueryPlan((pParse, 1, "LEFT-MOST SUBQUERY"));
144745 ExplainQueryPlan((pParse, 1, "UNION ALL"));
144817 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE",
144895 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE",
145416 ExplainQueryPlan((pParse, 1, "MERGE (%s)", sqlite3SelectOpName(p->op)));
145425 ExplainQueryPlan((pParse, 1, "LEFT"));
145440 ExplainQueryPlan((pParse, 1, "RIGHT"));
148435 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s(DISTINCT)",
148466 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s(ORDER BY)",
149487 ExplainQueryPlan((pParse, 1, "CO-ROUTINE %!S", pItem));
158433 ExplainQueryPlan((pParse, 1, "MULTI-INDEX OR"));
158454 ExplainQueryPlan((pParse, 1, "INDEX %d", ii+1));
158877 ExplainQueryPlan((pParse, 1, "RIGHT-JOIN %s", pTabItem->pTab->zName));
166964 ExplainQueryPlan((pParse, 0, "SCAN CONSTANT ROW"));