Searched refs:pPartIdxWhere (Results 1 – 14 of 14) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | upsert.c | 155 if( pIdx->pPartIdxWhere ){ in sqlite3UpsertAnalyzeTarget() 158 pIdx->pPartIdxWhere, iCursor)!=0 ){ in sqlite3UpsertAnalyzeTarget()
|
| H A D | delete.c | 966 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateIndexKey() 969 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, *piPartIdxLabel, in sqlite3GenerateIndexKey() 980 if( pPrior && (regBase!=regPrior || pPrior->pPartIdxWhere) ) pPrior = 0; in sqlite3GenerateIndexKey()
|
| H A D | insert.c | 2186 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateConstraintChecks() 2189 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, addrUniqueOk, in sqlite3GenerateConstraintChecks() 2401 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateConstraintChecks() 2582 if( pIdx->pPartIdxWhere ){ in sqlite3CompleteInsertion() 2747 if( sqlite3ExprCompare(0, pSrc->pPartIdxWhere, pDest->pPartIdxWhere, -1) ){ in xferCompatibleIndex()
|
| H A D | update.c | 132 if( pIdx->pPartIdxWhere==0 ) return 0; in indexWhereClauseMightChange() 133 return sqlite3ExprReferencesUpdatedColumn(pIdx->pPartIdxWhere, in indexWhereClauseMightChange()
|
| H A D | alter.c | 1572 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere); in renameColumnFunc() 1776 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere); in renameTableFunc() 1929 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere); in renameQuotefixFunc()
|
| H A D | wherecode.c | 2054 if( pIdx->pPartIdxWhere ){ in sqlite3WhereCodeOneLoopStart() 2055 whereApplyPartialIndexConstraints(pIdx->pPartIdxWhere, iCur, pWC); in sqlite3WhereCodeOneLoopStart() 2058 testcase( pIdx->pPartIdxWhere ); in sqlite3WhereCodeOneLoopStart()
|
| H A D | analyze.c | 1056 if( pIdx->pPartIdxWhere==0 ) needTableCnt = 0; in analyzeOneTable() 1577 if( pIndex->pPartIdxWhere==0 ){
|
| H A D | where.c | 631 if( pIdx->pPartIdxWhere ) continue; in isDistinctRedundant() 3494 if( pProbe->pPartIdxWhere!=0 in whereLoopAddBtree() 3496 pProbe->pPartIdxWhere) in whereLoopAddBtree() 3564 || pProbe->pPartIdxWhere!=0 in whereLoopAddBtree() 5221 || pIdx->pPartIdxWhere!=0 in whereShortCut()
|
| H A D | fkey.c | 230 if( pIdx->nKeyCol==nCol && IsUniqueIndex(pIdx) && pIdx->pPartIdxWhere==0 ){ in sqlite3FkLocateIndex()
|
| H A D | build.c | 564 sqlite3ExprDelete(db, p->pPartIdxWhere); in sqlite3FreeIndex() 4147 pIndex->pPartIdxWhere = pPIWhere; in sqlite3CreateIndex() 4539 if( pIdx->pPartIdxWhere!=0 ){ x -= 10; assert( 10==sqlite3LogEst(2) ); } in sqlite3DefaultRowEst()
|
| H A D | pragma.c | 1384 pIdx->pPartIdxWhere!=0); in sqlite3Pragma()
|
| H A D | sqliteInt.h | 2617 Expr *pPartIdxWhere; /* WHERE clause for partial indices */ member
|
| H A D | expr.c | 2843 if( pIdx->pPartIdxWhere!=0 ) continue; in sqlite3FindInIndex()
|
| H A D | select.c | 7751 && pIdx->pPartIdxWhere==0 in sqlite3Select()
|