Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c7492 pAggInfo->sortingIdx = pParse->nTab++; in sqlite3Select()
7496 pAggInfo->sortingIdx, pAggInfo->nSortingColumn, in sqlite3Select()
7577 sqlite3VdbeAddOp2(v, OP_SorterInsert, pAggInfo->sortingIdx, regRecord); in sqlite3Select()
7585 sqlite3VdbeAddOp2(v, OP_SorterSort, pAggInfo->sortingIdx, addrEnd); in sqlite3Select()
7611 sqlite3VdbeAddOp3(v, OP_SorterData, pAggInfo->sortingIdx, in sqlite3Select()
7655 sqlite3VdbeAddOp2(v, OP_SorterNext, pAggInfo->sortingIdx,addrTopOfLoop); in sqlite3Select()
H A DsqliteInt.h2719 int sortingIdx; /* Cursor number of the sorting index */ member