Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c111973 if( p->selFlags & (SF_Distinct|SF_Aggregate) ){
111974 testcase( (p->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct );
112527 testcase( pSelect->selFlags & SF_Distinct );
135948 if( pSelect->selFlags & SF_Distinct ){
147333 testcase( (pSub1->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct );
148231 testcase( pX->selFlags & SF_Distinct );
150253 p->selFlags &= ~SF_Distinct;
150739 if( (p->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct
150745 p->selFlags &= ~SF_Distinct;
150816 if( p->selFlags & SF_Distinct ){
[all …]