Lines Matching defs:ExplainQueryPlan

16899 # define ExplainQueryPlan(P)        sqlite3VdbeExplain P
16903 # define ExplainQueryPlan2(V,P) ExplainQueryPlan(P)
16908 # define ExplainQueryPlan(P)
112184 ExplainQueryPlan((pParse, 0,
112264 ExplainQueryPlan((pParse, 0,
112464 ExplainQueryPlan((pParse, 0, "REUSE LIST SUBQUERY %d",
112514 ExplainQueryPlan((pParse, 1, "%sLIST SUBQUERY %d",
112654 ExplainQueryPlan((pParse, 0, "REUSE SUBQUERY %d", pSel->selId));
134009 ExplainQueryPlan((pParse, 0, "SCAN %S", pItem));
144513 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s", zUsage));
145618 ExplainQueryPlan((pParse, 1, "SETUP"));
145650 ExplainQueryPlan((pParse, 1, "RECURSIVE STEP"));
145711 ExplainQueryPlan((pParse, 0, "SCAN %d CONSTANT ROW%s", nRow,
145826 ExplainQueryPlan((pParse, 1, "COMPOUND QUERY"));
145827 ExplainQueryPlan((pParse, 1, "LEFT-MOST SUBQUERY"));
145858 ExplainQueryPlan((pParse, 1, "UNION ALL"));
145930 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE",
146008 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE",
146529 ExplainQueryPlan((pParse, 1, "MERGE (%s)", sqlite3SelectOpName(p->op)));
146538 ExplainQueryPlan((pParse, 1, "LEFT"));
146553 ExplainQueryPlan((pParse, 1, "RIGHT"));
149581 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s(DISTINCT)",
149612 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s(ORDER BY)",
150633 ExplainQueryPlan((pParse, 1, "CO-ROUTINE %!S", pItem));
159712 ExplainQueryPlan((pParse, 1, "MULTI-INDEX OR"));
159733 ExplainQueryPlan((pParse, 1, "INDEX %d", ii+1));
160162 ExplainQueryPlan((pParse, 1, "RIGHT-JOIN %s", pTabItem->pTab->zName));
168473 ExplainQueryPlan((pParse, 0, "SCAN CONSTANT ROW"));