Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20638 #define SF_Distinct 0x0000001 /* Output should be DISTINCT */ macro
34306 ((p->selFlags & SF_Distinct) ? " DISTINCT" : ""), in sqlite3TreeViewSelect()
114018 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct);
115905 if( p->selFlags & (SF_Distinct|SF_Aggregate) ){
115906 testcase( (p->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct );
115907 testcase( (p->selFlags & (SF_Distinct|SF_Aggregate))==SF_Aggregate );
116550 testcase( pSelect->selFlags & SF_Distinct );
116734 if( (pSel->selFlags&SF_Distinct) && pSel->pLimit && pSel->pLimit->pRight ){
141969 if( pSelect->selFlags & SF_Distinct ){
153335 if( pSub->selFlags & SF_Distinct ) return 0; /* Restriction (4) */
[all …]