Home
last modified time | relevance | path

Searched refs:distinct (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dnull.test138 # as distinct
142 select distinct b from t1 order by b;
147 # as distinct
H A Dlimit.test298 # Tests for limit in conjunction with distinct. The distinct should
H A Dunique.test169 # Make sure NULLs are distinct as far as the UNIQUE tests are
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c406 int distinct, /* If >=0, make sure results are distinct */ in selectInnerLoop() argument
422 hasDistinct = distinct>=0 && pEList && pEList->nExpr>0; in selectInnerLoop()
450 sqliteVdbeAddOp(v, OP_Distinct, distinct, sqliteVdbeCurrentAddr(v)+3); in selectInnerLoop()
454 sqliteVdbeAddOp(v, OP_PutStrKey, distinct, 0); in selectInnerLoop()
2028 int distinct; /* Table to use for the distinct set */ in sqliteSelect() local
2318 distinct = pParse->nTab++; in sqliteSelect()
2319 sqliteVdbeAddOp(v, OP_OpenTemp, distinct, 1); in sqliteSelect()
2321 distinct = -1; in sqliteSelect()
2334 if( selectInnerLoop(pParse, p, pEList, 0, 0, pOrderBy, distinct, eDest, in sqliteSelect()
2393 if( selectInnerLoop(pParse, p, pEList, 0, 0, pOrderBy, distinct, eDest, in sqliteSelect()
H A Dparse.y304 oneselect(A) ::= SELECT distinct(D) selcollist(W) from(X) where_opt(Y)
312 %type distinct {int}
313 distinct(A) ::= DISTINCT. {A = 1;}
314 distinct(A) ::= ALL. {A = 0;}
315 distinct(A) ::= . {A = 0;}
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/data/lpddr4/
H A DMT53D1024M32D4.spd3 # no distinct SPD data and instead someone enters the timing parameters
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc111 * single-bit errors, but via separate serd engines to allow distinct
189 * distinct from the total number of pages we are prepared to retire from use
234 * Two distinct fault types may be diagnosed - fault.memory.dimm_sb and
240 * page_ck engines, which trip in unison. On trip it generates a distinct
H A Dgcpu.esc141 * Instead we will diagnose a distinct fault for each possible cache level,
H A Dintel.esc129 * Instead we will diagnose a distinct fault for each possible cache level,
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi30 GRUB consists of two distinct components, called @dfn{stages}, which are
303 distinct components, @dfn{Stage 1} and @dfn{Stage 2} (and optionally
H A Dgrub.info-444 distinct components, "Stage 1" and "Stage 2" (and optionally "Stage
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
H A Dgrub.info-31114 GRUB consists of two distinct components, called "stages", which are
H A Dgrub.info689 GRUB has two distinct boot methods. One of the two is to load an
3823 GRUB consists of two distinct components, called "stages", which are
4088 distinct components, "Stage 1" and "Stage 2" (and optionally "Stage
H A Dgrub.info-1689 GRUB has two distinct boot methods. One of the two is to load an
H A Dgrub.texi753 GRUB has two distinct boot methods. One of the two is to load an
/illumos-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab33 hard-coded internal tables to providing published (but distinct)
/illumos-gate/usr/src/lib/libnwam/
H A DREADME125 used. This is distinct from nwam_<entity>_free(), which simply frees
/illumos-gate/usr/src/lib/
H A DREADME.mapfiles305 increment, but must be a micro increment to ensure that was a distinct version
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg379 Despite having the same name (dump), these are all distinct and\n\
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6192 information) for each protocol are distinct. Notably, two of the
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo1129 Upper and lower case characters are distinct, so that the variable
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex355 In order to support this, the verbosity mechanism contains two distinct values \myindex{\texttt{DP\…
/illumos-gate/usr/src/cmd/spell/
H A Dlist6864 distinct
/illumos-gate/usr/src/cmd/look/
H A Dwords6866 distinct

12