Searched refs:ifNullRow (Results 1 – 1 of 1) sorted by relevance
152814 Expr ifNullRow; local152827 memset(&ifNullRow, 0, sizeof(ifNullRow));152828 ifNullRow.op = TK_IF_NULL_ROW;152829 ifNullRow.pLeft = pCopy;152830 ifNullRow.iTable = pSubst->iNewTable;152831 ifNullRow.iColumn = -99;152832 ifNullRow.flags = EP_IfNullRow;152833 pCopy = &ifNullRow;