Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c14767 struct AggInfo_col { /* For each column used in source tables */ struct
14768 Table *pTab; /* Source table */
14769 int iTable; /* Cursor number of the source table */
14770 int iColumn; /* Column number within the source table */
14771 int iSorterColumn; /* Column number in the sorting index */
14772 int iMem; /* Memory location that acts as accumulator */
14773 Expr *pExpr; /* The original expression */

Completed in 856 milliseconds