Searched defs:AggInfo_col (Results 1 – 1 of 1) sorted by relevance
19264 struct AggInfo_col { /* For each column used in source tables */ struct19265 Table *pTab; /* Source table */19266 Expr *pCExpr; /* The original expression */19267 int iTable; /* Cursor number of the source table */19268 int iColumn; /* Column number within the source table */19269 int iSorterColumn; /* Column number in the sorting index */