Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20617 #define SF_Distinct 0x0000001 /* Output should be DISTINCT */ macro
34276 ((p->selFlags & SF_Distinct) ? " DISTINCT" : ""), in sqlite3TreeViewSelect()
113842 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct);
115729 if( p->selFlags & (SF_Distinct|SF_Aggregate) ){
115730 testcase( (p->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct );
115731 testcase( (p->selFlags & (SF_Distinct|SF_Aggregate))==SF_Aggregate );
116374 testcase( pSelect->selFlags & SF_Distinct );
116558 if( (pSel->selFlags&SF_Distinct) && pSel->pLimit && pSel->pLimit->pRight ){
141748 if( pSelect->selFlags & SF_Distinct ){
153105 if( pSub->selFlags & SF_Distinct ) return 0; /* Restriction (4) */
[all …]