Searched defs:AggInfo_col (Results 1 – 1 of 1) sorted by relevance
11045 struct AggInfo_col { /* For each column used in source tables */ struct11046 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 */