Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c1502 pIndex->bUnordered = 0;
1506 pIndex->bUnordered = 1;
1574 pIndex->bUnordered = 0;
H A Dwhere.c2824 if( pProbe->bUnordered ) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE); in whereLoopAddBtreeIndex()
3194 if( pIndex->bUnordered ) return 0; in indexMightHelpWithOrderBy()
3567 && pProbe->bUnordered==0 in whereLoopAddBtree()
4485 }else if( (pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered ){ in wherePathSatisfiesOrderBy()
H A DsqliteInt.h2625 unsigned bUnordered:1; /* Use this index for == or IN queries only */ member
H A Dselect.c7749 if( pIdx->bUnordered==0 in sqlite3Select()