Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c17267 struct AggInfo_col { /* For each column used in source tables */ struct
17268 Table *pTab; /* Source table */
17269 int iTable; /* Cursor number of the source table */
17270 int iColumn; /* Column number within the source table */
17271 int iSorterColumn; /* Column number in the sorting index */
17272 int iMem; /* Memory location that acts as accumulator */
17273 Expr *pExpr; /* The original expression */

Completed in 522 milliseconds