Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DvdbeInt.h93 u32 *aAltMap; /* Mapping from table to index column numbers */ member
H A Dvdbe.c2843 if( pC->ub.aAltMap && (iMap = pC->ub.aAltMap[1+p2])>0 ){ in sqlite3VdbeExec()
6462 pTabCur->ub.aAltMap = pOp->p4.ai; in sqlite3VdbeExec()