Searched defs:AggInfo_func (Results 1 – 1 of 1) sorted by relevance
2736 struct AggInfo_func { /* For each aggregate function */ struct2737 Expr *pFExpr; /* Expression encoding the function */2738 FuncDef *pFunc; /* The aggregate function implementation */2739 int iMem; /* Memory location that acts as accumulator */2740 int iDistinct; /* Ephemeral table used to enforce DISTINCT */2741 int iDistAddr; /* Address of OP_OpenEphemeral */