Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c1094 DistinctCtx *pDistinct, /* If not NULL, info on how to process DISTINCT */ in selectInnerLoop()
7470 ExprList *pDistinct = 0; in sqlite3Select() local
7773 ExprList *pDistinct = 0; in sqlite3Select() local
H A Dwhere.c591 ExprList *pDistinct /* The result set that needs to be DISTINCT */ in isDistinctRedundant()