Searched refs:nAccumulator (Results 1 – 2 of 2) sorted by relevance
6308 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()
2733 int nAccumulator; /* Number of columns that show through to the output. member