Searched refs:SF_MultiValue (Results 1 – 1 of 1) sorted by relevance
18247 #define SF_MultiValue 0x0000400 /* Single VALUES term with multiple rows */ macro102662 pRet->selFlags |= SF_MultiValue;135889 assert( p->selFlags & SF_MultiValue );135991 if( p->selFlags & SF_MultiValue ){159596 if( (p->selFlags & SF_MultiValue)==0 &&163361 if( ALWAYS(pLhs) ) pLhs->selFlags &= ~SF_MultiValue;163362 pRhs->selFlags &= ~SF_MultiValue;163400 pRight = sqlite3SelectNew(pParse,yymsp[-1].minor.yy562,0,0,0,0,0,SF_Values|SF_MultiValue,0);163401 if( ALWAYS(pLeft) ) pLeft->selFlags &= ~SF_MultiValue;