Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15735 typedef struct AggInfo AggInfo; typedef
19254 struct AggInfo { struct
19264 struct AggInfo_col { /* For each column used in source tables */ argument
19275 struct AggInfo_func { /* For each aggregate function */ argument
19286 u32 selId; /* Select to which this AggInfo belongs */ argument
19288 Select *pSelect; /* SELECT statement that this AggInfo supports */ argument