MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / my_xpath_parse_PrimaryExpr

Function my_xpath_parse_PrimaryExpr

sql/item_xmlfunc.cc:1840–1848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1838 return 1;
1839}
1840static int my_xpath_parse_PrimaryExpr(MY_XPATH *xpath)
1841{
1842 return
1843 my_xpath_parse_lp_Expr_rp(xpath) ||
1844 my_xpath_parse_VariableReference(xpath) ||
1845 my_xpath_parse_PrimaryExpr_literal(xpath) ||
1846 my_xpath_parse_Number(xpath) ||
1847 my_xpath_parse_FunctionCall(xpath);
1848}
1849
1850
1851/*

Callers 1

Tested by

no test coverage detected