Lines Matching refs:ExplainQueryPlan

17332 # define ExplainQueryPlan(P)        sqlite3VdbeExplain P  macro
17336 # define ExplainQueryPlan2(V,P) ExplainQueryPlan(P)
17341 # define ExplainQueryPlan(P) macro
113548 ExplainQueryPlan((pParse, 0,
113629 ExplainQueryPlan((pParse, 0,
113890 ExplainQueryPlan((pParse, 0, "REUSE LIST SUBQUERY %d",
113951 ExplainQueryPlan((pParse, 1, "%sLIST SUBQUERY %d",
114108 ExplainQueryPlan((pParse, 0, "REUSE SUBQUERY %d", pSel->selId));
135944 ExplainQueryPlan((pParse, 0, "SCAN %S", pItem));
146262 ExplainQueryPlan((pParse, 0, "CREATE BLOOM FILTER"));
146500 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s", zUsage));
147609 ExplainQueryPlan((pParse, 1, "SETUP"));
147641 ExplainQueryPlan((pParse, 1, "RECURSIVE STEP"));
147702 ExplainQueryPlan((pParse, 0, "SCAN %d CONSTANT ROW%s", nRow,
147817 ExplainQueryPlan((pParse, 1, "COMPOUND QUERY"));
147818 ExplainQueryPlan((pParse, 1, "LEFT-MOST SUBQUERY"));
147849 ExplainQueryPlan((pParse, 1, "UNION ALL"));
147921 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE",
147999 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE",
148205 ExplainQueryPlan((pParse, 0, "CREATE BLOOM FILTER"));
148526 ExplainQueryPlan((pParse, 1, "MERGE (%s)", sqlite3SelectOpName(p->op)));
148535 ExplainQueryPlan((pParse, 1, "LEFT"));
148550 ExplainQueryPlan((pParse, 1, "RIGHT"));
151613 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s(DISTINCT)",
151644 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s(ORDER BY)",
152739 ExplainQueryPlan((pParse, 1, "CO-ROUTINE %!S", pItem));
162008 ExplainQueryPlan((pParse, 1, "MULTI-INDEX OR"));
162029 ExplainQueryPlan((pParse, 1, "INDEX %d", ii+1));
162459 ExplainQueryPlan((pParse, 1, "RIGHT-JOIN %s", pTabItem->pSTab->zName));
171256 ExplainQueryPlan((pParse, 0, "SCAN CONSTANT ROW"));