Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15292 typedef struct AggInfo AggInfo; typedef
18780 struct AggInfo { struct
18790 struct AggInfo_col { /* For each column used in source tables */ argument
18801 struct AggInfo_func { /* For each aggregate function */ argument
18812 u32 selId; /* Select to which this AggInfo belongs */ argument
18814 Select *pSelect; /* SELECT statement that this AggInfo supports */ argument