Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c3800 Expr ifNullRow; in substExpr() local
3808 memset(&ifNullRow, 0, sizeof(ifNullRow)); in substExpr()
3809 ifNullRow.op = TK_IF_NULL_ROW; in substExpr()
3810 ifNullRow.pLeft = pCopy; in substExpr()
3811 ifNullRow.iTable = pSubst->iNewTable; in substExpr()
3812 ifNullRow.iColumn = -99; in substExpr()
3813 ifNullRow.flags = EP_IfNullRow; in substExpr()
3814 pCopy = &ifNullRow; in substExpr()