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

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c80 pNew->selFlags = isDistinct ? SF_Distinct : 0;
2718 if( pSub->selFlags & SF_Distinct ) return 0; /* Restriction (5) */
2722 if( (p->selFlags & SF_Distinct)!=0 && subqueryIsAgg ){
2730 if( pSub->pLimit && (p->selFlags & SF_Distinct)!=0 ){
2779 if( isAgg || (p->selFlags & SF_Distinct)!=0 || pSrc->nSrc!=1 ){
2783 testcase( (pSub1->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct );
2784 testcase( (pSub1->selFlags & (SF_Distinct|SF_Aggregate))==SF_Aggregate );
2785 if( (pSub1->selFlags & (SF_Distinct|SF_Aggregate))!=0
3021 pParent->selFlags |= pSub->selFlags & SF_Distinct;
[all...]
H A Dinsert.c1671 if( pSelect->selFlags & SF_Distinct ){
H A DsqliteInt.h2054 #define SF_Distinct 0x0001 /* Output should be DISTINCT */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10399 #define SF_Distinct 0x0001 /* Output should be DISTINCT */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11712 #define SF_Distinct 0x0001 /* Output should be DISTINCT */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11712 #define SF_Distinct 0x0001 /* Output should be DISTINCT */ macro
[all...]

Completed in 833 milliseconds