Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h2724 struct AggInfo_col { /* For each column used in source tables */ struct
2725 Table *pTab; /* Source table */
2726 Expr *pCExpr; /* The original expression */
2727 int iTable; /* Cursor number of the source table */
2728 int iMem; /* Memory location that acts as accumulator */
2729 i16 iColumn; /* Column number within the source table */
2730 i16 iSorterColumn; /* Column number in the sorting index */