Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19264 struct AggInfo_col { /* For each column used in source tables */ struct
19265 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 */