Searched refs:WHERE_DISTINCT_UNIQUE (Results 1 – 3 of 3) sorted by relevance
5254 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()
3219 #define WHERE_DISTINCT_UNIQUE 1 /* No duplicates */ macro
923 case WHERE_DISTINCT_UNIQUE: { in codeDistinct()974 && (eTnctType==WHERE_DISTINCT_UNIQUE || eTnctType==WHERE_DISTINCT_ORDERED) in fixDistinctOpenEph()