Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhereexpr.c1000 static int exprMightBeIndexed( in exprMightBeIndexed() function
1152 if( exprMightBeIndexed(pSrc, prereqLeft, aiCurCol, pLeft, op) ){ in exprAnalyze()
1160 && exprMightBeIndexed(pSrc, pTerm->prereqRight, aiCurCol, pRight, op) in exprAnalyze()