Searched refs:ifNullRow (Results 1 – 1 of 1) sorted by relevance
152584 Expr ifNullRow; local152597 memset(&ifNullRow, 0, sizeof(ifNullRow));152598 ifNullRow.op = TK_IF_NULL_ROW;152599 ifNullRow.pLeft = pCopy;152600 ifNullRow.iTable = pSubst->iNewTable;152601 ifNullRow.iColumn = -99;152602 ifNullRow.flags = EP_IfNullRow;152603 pCopy = &ifNullRow;