Home
last modified time | relevance | path

Searched refs:pDistinct (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c150137 DistinctCtx *pDistinct, /* If not NULL, info on how to process DISTINCT */ argument
150161 hasDistinct = pDistinct ? pDistinct->eTnctType : WHERE_DISTINCT_NOOP;
150287 int eType = pDistinct->eTnctType;
150288 int iTab = pDistinct->tabTnct;
150291 fixDistinctOpenEph(pParse, eType, iTab, pDistinct->addrTnct);
157471 ExprList *pDistinct = 0; local
157483 pDistinct = sqlite3ExprListDup(db, pGroupBy, 0);
157484 pDistinct = sqlite3ExprListAppend(pParse, pDistinct, pExpr);
157485 distFlag = pDistinct ? (WHERE_WANT_DISTINCT|WHERE_AGG_DISTINCT) : 0;
157524 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, pGroupBy, pDistinct,
[all …]