Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c5107 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED; in wherePathSolver()
5115 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED; in wherePathSolver()
5892 case WHERE_DISTINCT_ORDERED: { in sqlite3WhereBegin()
6096 && pWInfo->eDistinct!=WHERE_DISTINCT_ORDERED in sqlite3WhereBegin()
6289 if( pWInfo->eDistinct==WHERE_DISTINCT_ORDERED in sqlite3WhereEnd()
H A Dselect.c896 case WHERE_DISTINCT_ORDERED: { in codeDistinct()
974 && (eTnctType==WHERE_DISTINCT_UNIQUE || eTnctType==WHERE_DISTINCT_ORDERED) in fixDistinctOpenEph()
981 if( eTnctType==WHERE_DISTINCT_ORDERED ){ in fixDistinctOpenEph()
H A DsqliteInt.h3220 #define WHERE_DISTINCT_ORDERED 2 /* All duplicates are adjacent */ macro