Searched refs:heightOfExprList (Results 1 – 1 of 1) sorted by relevance
113643 static void heightOfExprList(const ExprList *p, int *pnHeight){ function113657 heightOfExprList(p->pEList, pnHeight);113658 heightOfExprList(p->pGroupBy, pnHeight);113659 heightOfExprList(p->pOrderBy, pnHeight);113681 heightOfExprList(p->x.pList, &nHeight);