Home
last modified time | relevance | path

Searched defs:pAggInfo (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dselect.c5209 static Table *isSimpleCount(Select *p, AggInfo *pAggInfo){ in isSimpleCount()
6215 static void resetAccumulator(Parse *pParse, AggInfo *pAggInfo){ in resetAccumulator()
6261 static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){ in finalizeAggFunctions()
6287 AggInfo *pAggInfo, in updateAccumulator()
6659 AggInfo *pAggInfo = 0; /* Aggregate information */ in sqlite3Select() local
H A Dexpr.c4125 AggInfo *pAggInfo = pExpr->pAggInfo; in sqlite3ExprCodeTarget() local
4729 AggInfo *pAggInfo = pExpr->pAggInfo; in sqlite3ExprCodeTarget() local
6173 AggInfo *pAggInfo = pExpr->pAggInfo; in agginfoPersistExprCb() local
6255 AggInfo *pAggInfo = pNC->uNC.pAggInfo; in analyzeAggregate() local
H A DsqliteInt.h2877 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
3249 AggInfo *pAggInfo; /* Information about aggregates at this level */ member