Lines Matching refs:ExplainQueryPlan
15555 # define ExplainQueryPlan(P) sqlite3VdbeExplain P macro
15559 # define ExplainQueryPlan(P) macro
102061 ExplainQueryPlan((pParse, 0,
102142 ExplainQueryPlan((pParse, 0,
102340 ExplainQueryPlan((pParse, 0, "REUSE LIST SUBQUERY %d",
102388 ExplainQueryPlan((pParse, 1, "%sLIST SUBQUERY %d",
102525 ExplainQueryPlan((pParse, 0, "REUSE SUBQUERY %d", pSel->selId));
102551 ExplainQueryPlan((pParse, 1, "%sSCALAR SUBQUERY %d",
130246 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s", zUsage));
131246 ExplainQueryPlan((pParse, 1, "SETUP"));
131281 ExplainQueryPlan((pParse, 1, "RECURSIVE STEP"));
131343 ExplainQueryPlan((pParse, 0, "SCAN %d CONSTANT ROW%s", nRow,
131452 ExplainQueryPlan((pParse, 1, "COMPOUND QUERY"));
131453 ExplainQueryPlan((pParse, 1, "LEFT-MOST SUBQUERY"));
131483 ExplainQueryPlan((pParse, 1, "UNION ALL"));
131552 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE",
131630 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE",
132132 ExplainQueryPlan((pParse, 1, "MERGE (%s)", selectOpName(p->op)));
132141 ExplainQueryPlan((pParse, 1, "LEFT"));
132156 ExplainQueryPlan((pParse, 1, "RIGHT"));
134895 ExplainQueryPlan((pParse, 1, "CO-ROUTINE %u", pSub->selId));
134934 ExplainQueryPlan((pParse, 1, "MATERIALIZE %u", pSub->selId));
142885 ExplainQueryPlan((pParse, 1, "MULTI-INDEX OR"));
142900 ExplainQueryPlan((pParse, 1, "INDEX %d", ii+1));
149616 ExplainQueryPlan((pParse, 0, "SCAN CONSTANT ROW"));