Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c5254 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE; in whereShortCut()
5738 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE; in sqlite3WhereBegin()
5808 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE; in sqlite3WhereBegin()
5888 case WHERE_DISTINCT_UNIQUE: { in sqlite3WhereBegin()
H A DsqliteInt.h3219 #define WHERE_DISTINCT_UNIQUE 1 /* No duplicates */ macro
H A Dselect.c923 case WHERE_DISTINCT_UNIQUE: { in codeDistinct()
974 && (eTnctType==WHERE_DISTINCT_UNIQUE || eTnctType==WHERE_DISTINCT_ORDERED) in fixDistinctOpenEph()