Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c442 static void unsetJoinExpr(Expr *p, int iTable, int nullable){ in unsetJoinExpr() argument
448 if( p->op==TK_COLUMN && p->iTable==iTable && !nullable ){ in unsetJoinExpr()
456 unsetJoinExpr(p->x.pList->a[i].pExpr, iTable, nullable); in unsetJoinExpr()
460 unsetJoinExpr(p->pLeft, iTable, nullable); in unsetJoinExpr()