Searched refs:heightOfExprList (Results 1 – 1 of 1) sorted by relevance
737 static void heightOfExprList(const ExprList *p, int *pnHeight){ in heightOfExprList() function751 heightOfExprList(p->pEList, pnHeight); in heightOfSelect()752 heightOfExprList(p->pGroupBy, pnHeight); in heightOfSelect()753 heightOfExprList(p->pOrderBy, pnHeight); in heightOfSelect()775 heightOfExprList(p->x.pList, &nHeight); in exprSetHeight()