Searched defs:distinct (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c408 int distinct, /* If >=0, make sure results are distinct */
424 hasDistinct = distinct>=0 && pEList && pEList->nExpr>0;
452 sqliteVdbeAddOp(v, OP_Distinct, distinct, sqliteVdbeCurrentAddr(v)+3);
456 sqliteVdbeAddOp(v, OP_PutStrKey, distinct, 0);
1803 /* The flattened query is distinct if either the inner or the
1804 ** outer query is distinct.
2030 int distinct; /* Table to use for the distinct set */ local
2317 /* Open a temporary table to use for the distinct se
401 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, int eDest, int iParm, int iContinue, int iBreak ) argument
[all...]

Completed in 28 milliseconds