Searched refs:isDistinct (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c32 int isDistinct, /* true if the DISTINCT keyword is present */
55 pNew->isDistinct = isDistinct;
1663 if( (pSub->isDistinct || pSub->nLimit>=0) && (pSrc->nSrc>1 || isAgg) ){
1666 if( (p->isDistinct || p->nLimit>=0) && subqueryIsAgg ) return 0;
1806 p->isDistinct = p->isDistinct || pSub->isDistinct;
2029 int isDistinct; /* True if the DISTINCT keyword is present */ local
2049 isDistinct
25 sqliteSelectNew( ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, int nLimit, int nOffset ) argument
[all...]
H A Dexpr.c229 pNew->isDistinct = p->isDistinct;
H A DsqliteInt.h856 u8 isDistinct; /* True if the DISTINCT keyword is present */ member in struct:Select

Completed in 36 milliseconds