Searched defs:AggInfo_col (Results 1 – 1 of 1) sorted by relevance
18790 struct AggInfo_col { /* For each column used in source tables */ struct18791 Table *pTab; /* Source table */18792 Expr *pCExpr; /* The original expression */18793 int iTable; /* Cursor number of the source table */18794 i16 iColumn; /* Column number within the source table */18795 i16 iSorterColumn; /* Column number in the sorting index */