Searched refs:pAggInfo (Results 1 – 6 of 6) sorted by relevance
5231 if( pExpr->pAggInfo!=pAggInfo ) return 0; in isSimpleCount()6219 int nReg = pAggInfo->nFunc + pAggInfo->nColumn; in resetAccumulator()6227 assert( nReg==pAggInfo->mxReg-pAggInfo->mnReg+1 ); in resetAccumulator()6229 assert( pAggInfo->aCol[i].iMem>=pAggInfo->mnReg in resetAccumulator()6230 && pAggInfo->aCol[i].iMem<=pAggInfo->mxReg ); in resetAccumulator()6233 assert( pAggInfo->aFunc[i].iMem>=pAggInfo->mnReg in resetAccumulator()6234 && pAggInfo->aFunc[i].iMem<=pAggInfo->mxReg ); in resetAccumulator()7391 sNC.uNC.pAggInfo = pAggInfo; in sqlite3Select()7408 pAggInfo->nAccumulator = pAggInfo->nColumn; in sqlite3Select()7888 assert( pExpr->pAggInfo==pAggInfo ); in sqlite3Select()[all …]
4125 AggInfo *pAggInfo = pExpr->pAggInfo; in sqlite3ExprCodeTarget() local4127 assert( pAggInfo!=0 ); in sqlite3ExprCodeTarget()4130 if( !pAggInfo->directMode ){ in sqlite3ExprCodeTarget()4729 AggInfo *pAggInfo = pExpr->pAggInfo; in sqlite3ExprCodeTarget() local4730 if( pAggInfo ){ in sqlite3ExprCodeTarget()6171 && pExpr->pAggInfo!=0 in agginfoPersistExprCb()6173 AggInfo *pAggInfo = pExpr->pAggInfo; in agginfoPersistExprCb() local6255 AggInfo *pAggInfo = pNC->uNC.pAggInfo; in analyzeAggregate() local6326 pExpr->pAggInfo = pAggInfo; in analyzeAggregate()6351 if( i>=pAggInfo->nFunc ){ in analyzeAggregate()[all …]
683 pExpr->pAggInfo ? pExpr->pAggInfo->selId : 0, in sqlite3TreeViewExpr()684 pExpr->iAgg, pExpr->pAggInfo); in sqlite3TreeViewExpr()
2877 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member3249 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
942 if( pExpr->op==TK_AGG_FUNCTION && pExpr->pAggInfo==0 ){ in disallowAggregatesInOrderByCb()
1060 p->pAggInfo = 0;