Searched refs:TK_AGG_COLUMN (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c45 if( (op==TK_AGG_COLUMN || op==TK_COLUMN || op==TK_REGISTER)
101 op==TK_AGG_COLUMN || op==TK_COLUMN || op==TK_REGISTER || op==TK_TRIGGER
1134 case TK_AGG_COLUMN:
1138 testcase( pExpr->op==TK_AGG_COLUMN );
2281 case TK_AGG_COLUMN: {
3540 case TK_AGG_COLUMN:
3542 testcase( pExpr->op==TK_AGG_COLUMN );
3596 ** Convert the pExpr to be a TK_AGG_COLUMN referring to that
3601 pExpr->op = TK_AGG_COLUMN;
H A Dselect.c991 case TK_AGG_COLUMN:
1000 testcase( pExpr->op==TK_AGG_COLUMN );
1173 }else if( (p->op==TK_COLUMN || p->op==TK_AGG_COLUMN) && pTabList ){
3065 if( pEList->a[0].pExpr->op!=TK_AGG_COLUMN ) return WHERE_ORDERBY_NORMAL;
3978 /* Convert TK_COLUMN nodes into TK_AGG_COLUMN and make entries in
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7278 #define TK_AGG_COLUMN 154 macro
9863 ** If Expr.op==TK_AGG_COLUMN or TK_AGG_FUNCTION then Expr.pAggInfo is a
10018 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8354 #define TK_AGG_COLUMN 156 macro
11230 ** If Expr.op==TK_AGG_COLUMN or TK_AGG_FUNCTION then Expr.pAggInfo is a
11389 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8354 #define TK_AGG_COLUMN 156 macro
11230 ** If Expr.op==TK_AGG_COLUMN or TK_AGG_FUNCTION then Expr.pAggInfo is a
11389 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
[all...]

Completed in 944 milliseconds