Home | History | Annotate | Download | only in dist

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 */
76810 ** depth (the Expr.op2 field) by N on every TK_AGG_FUNCTION node.
76811 ** This needs to occur when copying a TK_AGG_FUNCTION node from an
76818 if( pExpr->op==TK_AGG_FUNCTION ) pExpr->op2 += pWalker->u.i;
76871 ** of the original expression. The Expr.op2 field of TK_AGG_FUNCTION
77386 ** to TK_AGG_FUNCTION.
77541 pExpr->op = TK_AGG_FUNCTION;
78129 ** set and the opcode is changed from TK_FUNCTION to TK_AGG_FUNCTION.
79491 case TK_AGG_FUNCTION:
79495 testcase( pExpr->op==TK_AGG_FUNCTION );
80981 case TK_AGG_FUNCTION: {
81602 case TK_AGG_FUNCTION:
81610 if( op==TK_AGG_FUNCTION ){
82321 assert( pExpr->op==TK_AGG_FUNCTION );
82446 case TK_AGG_FUNCTION: {
105049 assert( pExpr->op==TK_AGG_FUNCTION );
105093 if( pExpr->op!=TK_AGG_FUNCTION ) return 0;
106351 ** sAggInfo for all TK_AGG_FUNCTION nodes in expressions of the