Home
last modified time | relevance | path

Searched refs:hasDistinct (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c414 int hasDistinct; /* True if the DISTINCT keyword is present */ in selectInnerLoop() local
422 hasDistinct = distinct>=0 && pEList && pEList->nExpr>0; in selectInnerLoop()
423 if( pOrderBy==0 && !hasDistinct ){ in selectInnerLoop()
444 if( hasDistinct ){ in selectInnerLoop()