Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c6308 if( pAggInfo->nAccumulator in updateAccumulator()
6354 if( regHit==0 && pAggInfo->nAccumulator ) regHit = ++pParse->nMem; in updateAccumulator()
6365 if( regHit==0 && pAggInfo->nAccumulator ){ in updateAccumulator()
6371 for(i=0, pC=pAggInfo->aCol; i<pAggInfo->nAccumulator; i++, pC++){ in updateAccumulator()
7408 pAggInfo->nAccumulator = pAggInfo->nColumn; in sqlite3Select()
7786 if( pAggInfo->nAccumulator ){ in sqlite3Select()
H A DsqliteInt.h2733 int nAccumulator; /* Number of columns that show through to the output. member