Searched refs:AggInfo (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15292 typedef struct AggInfo AggInfo; typedef in typeref:struct:AggInfo
18773 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
18776 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
18778 ** fields do not need to be freed when deallocating the AggInfo structure.
18780 struct AggInfo { struct
18812 u32 selId; /* Select to which this AggInfo belongs */
18814 Select *pSelect; /* SELECT statement that this AggInfo support
[all...]

Completed in 649 milliseconds