Home
last modified time | relevance | path

Searched refs:iSorterColumn (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c4136 pCol->iSorterColumn, target); in sqlite3ExprCodeTarget()
4738 pAggInfo->aCol[pExpr->iAgg].iSorterColumn, in sqlite3ExprCodeTarget()
6298 pCol->iSorterColumn = -1; in analyzeAggregate()
6311 pCol->iSorterColumn = j; in analyzeAggregate()
6316 if( pCol->iSorterColumn<0 ){ in analyzeAggregate()
6317 pCol->iSorterColumn = pAggInfo->nSortingColumn++; in analyzeAggregate()
H A Dselect.c7445 pCol->iSorterColumn); in sqlite3Select()
7558 if( pAggInfo->aCol[i].iSorterColumn>=j ){ in sqlite3Select()
7569 if( pCol->iSorterColumn>=j ){ in sqlite3Select()
H A DsqliteInt.h2730 i16 iSorterColumn; /* Column number in the sorting index */ member