Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c113820 int eDistinct /* SF_Distinct or SF_ALL or 0 */ argument
113842 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct);
163528 u8 eDistinct; /* One of the WHERE_DISTINCT_* values */ member
168625 int eDistinct; /* Value to return from sqlite3_vtab_distinct() */ member
168653 return pWInfo->eDistinct;
170022 int eDistinct = 0; local
170110 eDistinct = 2 + bSortByGroup;
170112 eDistinct = 1 - bSortByGroup;
170114 eDistinct = 3;
170151 pHidden->eDistinct = eDistinct;
[all …]