Lines Matching refs:ExplainQueryPlan
15463 # define ExplainQueryPlan(P) sqlite3VdbeExplain P macro
15467 # define ExplainQueryPlan(P) macro
104383 ExplainQueryPlan((pParse, 0,
104465 ExplainQueryPlan((pParse, 0,
104663 ExplainQueryPlan((pParse, 0, "REUSE LIST SUBQUERY %d",
104713 ExplainQueryPlan((pParse, 1, "%sLIST SUBQUERY %d",
104845 ExplainQueryPlan((pParse, 0, "REUSE SUBQUERY %d", pSel->selId));
104886 ExplainQueryPlan((pParse, 1, "%sSCALAR SUBQUERY %d",
134764 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s", zUsage));
135809 ExplainQueryPlan((pParse, 1, "SETUP"));
135841 ExplainQueryPlan((pParse, 1, "RECURSIVE STEP"));
135902 ExplainQueryPlan((pParse, 0, "SCAN %d CONSTANT ROW%s", nRow,
136017 ExplainQueryPlan((pParse, 1, "COMPOUND QUERY"));
136018 ExplainQueryPlan((pParse, 1, "LEFT-MOST SUBQUERY"));
136049 ExplainQueryPlan((pParse, 1, "UNION ALL"));
136121 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE",
136199 ExplainQueryPlan((pParse, 1, "%s USING TEMP B-TREE",
136708 ExplainQueryPlan((pParse, 1, "MERGE (%s)", sqlite3SelectOpName(p->op)));
136717 ExplainQueryPlan((pParse, 1, "LEFT"));
136732 ExplainQueryPlan((pParse, 1, "RIGHT"));
139178 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s(DISTINCT)",
139941 ExplainQueryPlan((pParse, 1, "CO-ROUTINE %!S", pItem));
139990 ExplainQueryPlan((pParse, 1, "MATERIALIZE %!S", pItem));
148638 ExplainQueryPlan((pParse, 1, "MULTI-INDEX OR"));
148659 ExplainQueryPlan((pParse, 1, "INDEX %d", ii+1));
155583 ExplainQueryPlan((pParse, 0, "SCAN CONSTANT ROW"));