Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17279 struct AggInfo_func { /* For each aggregate function */ struct
17280 Expr *pExpr; /* Expression encoding the function */
17281 FuncDef *pFunc; /* The aggregate function implementation */
17282 int iMem; /* Memory location that acts as accumulator */
17283 int iDistinct; /* Ephemeral table used to enforce DISTINCT */

Completed in 329 milliseconds