Home
last modified time | relevance | path

Searched refs:heightOfExprList (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c737 static void heightOfExprList(const ExprList *p, int *pnHeight){ in heightOfExprList() function
751 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()