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

Function my_xpath_parse_PathExpr

sql/item_xmlfunc.cc:1990–1994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1988 return rc;
1989}
1990static int my_xpath_parse_PathExpr(MY_XPATH *xpath)
1991{
1992 return my_xpath_parse_LocationPath(xpath) ||
1993 my_xpath_parse_FilterExpr_opt_slashes_RelativeLocationPath(xpath);
1994}
1995
1996
1997

Callers 1

my_xpath_parse_UnionExprFunction · 0.85

Tested by

no test coverage detected