Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c11045 struct AggInfo_col { /* For each column used in source tables */ struct
11046 Table *pTab; /* Source table */
11047 int iTable; /* Cursor number of the source table */
11048 int iColumn; /* Column number within the source table */
11049 int iSorterColumn; /* Column number in the sorting index */
11050 int iMem; /* Memory location that acts as accumulator */
11051 Expr *pExpr; /* The original expression */