Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c113996 int eDistinct /* SF_Distinct or SF_ALL or 0 */ argument
114018 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct);
163778 u8 eDistinct; /* One of the WHERE_DISTINCT_* values */ member
168879 int eDistinct; /* Value to return from sqlite3_vtab_distinct() */ member
168907 return pWInfo->eDistinct;
170276 int eDistinct = 0; local
170364 eDistinct = 2 + bSortByGroup;
170366 eDistinct = 1 - bSortByGroup;
170368 eDistinct = 3;
170405 pHidden->eDistinct = eDistinct;
[all …]