Lines Matching refs:AggInfo
15735 typedef struct AggInfo AggInfo; typedef
19253 struct AggInfo { struct
19438 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
19858 AggInfo *pAggInfo; /* Information about aggregates at this level */
115095 AggInfo *pAggInfo = pExpr->pAggInfo;
115426 AggInfo *pInfo = pExpr->pAggInfo;
115723 AggInfo *pAggInfo = pExpr->pAggInfo;
117297 AggInfo *pAggInfo = pExpr->pAggInfo;
117341 static int addAggInfoColumn(sqlite3 *db, AggInfo *pInfo){
117357 static int addAggInfoFunc(sqlite3 *db, AggInfo *pInfo){
117378 AggInfo *pAggInfo, /* The AggInfo object to search and/or modify */
117454 AggInfo *pAggInfo = pNC->uNC.pAggInfo;
150363 static Table *isSimpleCount(Select *p, AggInfo *pAggInfo){
151405 static void printAggInfo(AggInfo *pAggInfo){
151446 AggInfo *pAggInfo,
151483 AggInfo *pAggInfo, /* The aggregate info */
151523 AggInfo *pAggInfo;
151546 static void aggregateConvertIndexedExprRefToColumn(AggInfo *pAggInfo){
151574 static void assignAggregateRegisters(Parse *pParse, AggInfo *pAggInfo){
151589 static void resetAccumulator(Parse *pParse, AggInfo *pAggInfo){
151654 static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){
151732 AggInfo *pAggInfo,
152032 AggInfo *p = (AggInfo*)pArg;
152282 AggInfo *pAggInfo = 0; /* Aggregate information */