Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c1227 static void whereApplyPartialIndexConstraints( in whereApplyPartialIndexConstraints() function
1235 whereApplyPartialIndexConstraints(pTruth->pLeft, iTabCur, pWC); in whereApplyPartialIndexConstraints()
2055 whereApplyPartialIndexConstraints(pIdx->pPartIdxWhere, iCur, pWC); in sqlite3WhereCodeOneLoopStart()