Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11825 struct AggInfo_col { /* For each column used in source tables */ struct
11826 Table *pTab; /* Source table */
11827 int iTable; /* Cursor number of the source table */
11828 int iColumn; /* Column number within the source table */
11829 int iSorterColumn; /* Column number in the sorting index */
11830 int iMem; /* Memory location that acts as accumulator */
11831 Expr *pExpr; /* The original expression */

Completed in 490 milliseconds