Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h2736 struct AggInfo_func { /* For each aggregate function */ struct
2737 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 */