Home | History | Annotate | Download | only in orig

Lines Matching defs:TK_AGG_FUNCTION

8353 #define TK_AGG_FUNCTION                   155
11230 ** If Expr.op==TK_AGG_COLUMN or TK_AGG_FUNCTION then Expr.pAggInfo is a
11388 ** TK_AGG_FUNCTION: nesting depth */
11389 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
76790 ** depth (the Expr.op2 field) by N on every TK_AGG_FUNCTION node.
76791 ** This needs to occur when copying a TK_AGG_FUNCTION node from an
76798 if( pExpr->op==TK_AGG_FUNCTION ) pExpr->op2 += pWalker->u.i;
76851 ** of the original expression. The Expr.op2 field of TK_AGG_FUNCTION
77366 ** to TK_AGG_FUNCTION.
77521 pExpr->op = TK_AGG_FUNCTION;
78109 ** set and the opcode is changed from TK_FUNCTION to TK_AGG_FUNCTION.
79471 case TK_AGG_FUNCTION:
79475 testcase( pExpr->op==TK_AGG_FUNCTION );
80961 case TK_AGG_FUNCTION: {
81582 case TK_AGG_FUNCTION:
81590 if( op==TK_AGG_FUNCTION ){
82301 assert( pExpr->op==TK_AGG_FUNCTION );
82426 case TK_AGG_FUNCTION: {
105029 assert( pExpr->op==TK_AGG_FUNCTION );
105073 if( pExpr->op!=TK_AGG_FUNCTION ) return 0;
106331 ** sAggInfo for all TK_AGG_FUNCTION nodes in expressions of the