Home
last modified time | relevance | path

Searched defs:eDistinct (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c35 int eDistinct; /* Value to return from sqlite3_vtab_distinct() */ member
1186 int eDistinct = 0; in allocateIndexInfo() local
H A DwhereInt.h480 u8 eDistinct; /* One of the WHERE_DISTINCT_* values */ member
H A Dexpr.c1071 int eDistinct /* SF_Distinct or SF_ALL or 0 */ in sqlite3ExprFunction()