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

Function my_xpath_parse_Step

sql/item_xmlfunc.cc:1684–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1682
1683
1684static int my_xpath_parse_Step(MY_XPATH *xpath)
1685{
1686 return
1687 my_xpath_parse_AxisSpecifier_NodeTest_opt_Predicate_list(xpath) ||
1688 my_xpath_parse_AbbreviatedStep(xpath);
1689}
1690
1691
1692/*

Callers 1

Tested by

no test coverage detected