Lines Matching defs:aOrderBy

7697 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
7698 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
7783 } *aOrderBy; /* The ORDER BY clause */
10244 ** sort order defined by the "nOrderBy" and "aOrderBy" fields of the
10253 ** "aOrderBy" field are adjacent.)^ This mode is used when the query planner
10259 ** by "aOrderBy" are adjacent.)^ ^(Furthermore, when two or more rows
10268 ** virtual table must return rows in the order defined by "aOrderBy" as
10288 ** <td valign="top">Rows are returned in aOrderBy order
10289 ** <td valign="top">Rows with the same value in all aOrderBy columns are adjacent
162897 p->aOrderBy[i].iColumn,
162898 p->aOrderBy[i].desc);
163490 ** virtual table then allocate space for the aOrderBy part of
163559 pIdxInfo->aOrderBy = pIdxOrderBy;
187873 struct sqlite3_index_orderby *pOrder = &pInfo->aOrderBy[0];
192506 && pInfo->aOrderBy[0].iColumn==0
192507 && pInfo->aOrderBy[0].desc==0
210034 && pIdxInfo->aOrderBy[0].iColumn<0
210035 && pIdxInfo->aOrderBy[0].desc==0
223808 && pIdxInfo->aOrderBy[0].iColumn==0
223809 && pIdxInfo->aOrderBy[0].desc==0
223812 && pIdxInfo->aOrderBy[0].iColumn==0
223813 && pIdxInfo->aOrderBy[0].desc==0
223814 && pIdxInfo->aOrderBy[1].iColumn==1
223815 && pIdxInfo->aOrderBy[1].desc==0
224607 && pIdxInfo->aOrderBy[0].iColumn<=0
224608 && pIdxInfo->aOrderBy[0].desc==0
250258 int iSort = pInfo->aOrderBy[0].iColumn;
250261 }else if( iSort==-1 && (!pInfo->aOrderBy[0].desc || !pConfig->bTokendata) ){
250266 if( pInfo->aOrderBy[0].desc ){
256841 && pInfo->aOrderBy[0].iColumn==0
256842 && pInfo->aOrderBy[0].desc==0