Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c4133 }else if( pAggInfo->useSortingIdx ){ in sqlite3ExprCodeTarget()
4736 if( pExpr->pAggInfo->useSortingIdx ){ in sqlite3ExprCodeTarget()
H A DsqliteInt.h2717 u8 useSortingIdx; /* In direct mode, reference the sorting index rather member
H A Dselect.c7587 pAggInfo->useSortingIdx = 1; in sqlite3Select()