Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h3488 #define IgnorableDistinct(X) ((X->eDest)<=SRT_DistQueue) macro
H A Dselect.c6691 if( IgnorableDistinct(pDest) ){ in sqlite3Select()