Lines Matching refs:AggInfo
15338 typedef struct AggInfo AggInfo; typedef
18842 struct AggInfo { struct
19021 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
19401 AggInfo *pAggInfo; /* Information about aggregates at this level */
113566 AggInfo *pAggInfo = pExpr->pAggInfo;
113891 AggInfo *pInfo = pExpr->pAggInfo;
114188 AggInfo *pAggInfo = pExpr->pAggInfo;
115685 AggInfo *pAggInfo = pExpr->pAggInfo;
115729 static int addAggInfoColumn(sqlite3 *db, AggInfo *pInfo){
115745 static int addAggInfoFunc(sqlite3 *db, AggInfo *pInfo){
115766 AggInfo *pAggInfo, /* The AggInfo object to search and/or modify */
115835 AggInfo *pAggInfo = pNC->uNC.pAggInfo;
148347 static Table *isSimpleCount(Select *p, AggInfo *pAggInfo){
149373 static void printAggInfo(AggInfo *pAggInfo){
149414 AggInfo *pAggInfo,
149451 AggInfo *pAggInfo, /* The aggregate info */
149491 AggInfo *pAggInfo;
149514 static void aggregateConvertIndexedExprRefToColumn(AggInfo *pAggInfo){
149542 static void assignAggregateRegisters(Parse *pParse, AggInfo *pAggInfo){
149557 static void resetAccumulator(Parse *pParse, AggInfo *pAggInfo){
149622 static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){
149699 AggInfo *pAggInfo,
149994 AggInfo *p = (AggInfo*)pArg;
150204 AggInfo *pAggInfo = 0; /* Aggregate information */