Searched refs:WHERE_ORDERBY (Results 1 – 2 of 2) sorted by relevance
250 #define WHERE_ORDERBY 0x01000000 /* Output will appear in correct order */ macro2241 pCost->plan.wsFlags |= WHERE_ORDERBY; in bestVirtualIndex()2902 wsFlags |= WHERE_ROWID_RANGE|WHERE_COLUMN_RANGE|WHERE_ORDERBY; in bestBtreeIndex()3125 assert( pOrderBy || (pCost->plan.wsFlags&WHERE_ORDERBY)==0 ); in bestBtreeIndex()3862 && (pLevel->plan.wsFlags&WHERE_ORDERBY) in codeOneLoopStart()4663 if( (bestPlan.plan.wsFlags & WHERE_ORDERBY)!=0 ){ in sqlite3WhereBegin()
97904 #define WHERE_ORDERBY 0x01000000 /* Output will appear in correct order */99895 pCost->plan.wsFlags |= WHERE_ORDERBY;100556 wsFlags |= WHERE_ROWID_RANGE|WHERE_COLUMN_RANGE|WHERE_ORDERBY;100779 assert( pOrderBy || (pCost->plan.wsFlags&WHERE_ORDERBY)==0 );101516 && (pLevel->plan.wsFlags&WHERE_ORDERBY)102317 if( (bestPlan.plan.wsFlags & WHERE_ORDERBY)!=0 ){