Searched defs:distinct (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | select.c | 410 int distinct, /* If >=0, make sure results are distinct */ 426 hasDistinct = distinct>=0 && pEList && pEList->nExpr>0; 454 sqliteVdbeAddOp(v, OP_Distinct, distinct, sqliteVdbeCurrentAddr(v)+3); 458 sqliteVdbeAddOp(v, OP_PutStrKey, distinct, 0); 1805 /* The flattened query is distinct if either the inner or the 1806 ** outer query is distinct. 2032 int distinct; /* Table to use for the distinct set */ local 2319 /* Open a temporary table to use for the distinct se 403 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 64 milliseconds