Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11837 struct AggInfo_func { /* For each aggregate function */ struct
11838 Expr *pExpr; /* Expression encoding the function */
11839 FuncDef *pFunc; /* The aggregate function implementation */
11840 int iMem; /* Memory location that acts as accumulator */
11841 int iDistinct; /* Ephemeral table used to enforce DISTINCT */

Completed in 298 milliseconds