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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c410 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...]
H A Dparse.y306 oneselect(A) ::= SELECT distinct(D) selcollist(W) from(X) where_opt(Y)
311 // The "distinct" nonterminal is true (1) if the DISTINCT keyword is
314 %type distinct {int}
315 distinct(A) ::= DISTINCT. {A = 1;}
316 distinct(A) ::= ALL. {A = 0;}
317 distinct(A) ::= . {A = 0;}
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1840 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1856 \def\worddistinct{distinct}
1860 % Default is `distinct.'
1861 \kbdinputstyle distinct

Completed in 79 milliseconds