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

Function my_xpath_parse_AxisName

sql/item_xmlfunc.cc:1463–1468  ·  view source on GitHub ↗

Scan AxisName SYNOPSYS Scan an axis name and store the scanned axis type into xpath->axis. RETURN 1 - success 0 - failure */

Source from the content-addressed store, hash-verified

1461 0 - failure
1462*/
1463static int my_xpath_parse_AxisName(MY_XPATH *xpath)
1464{
1465 int rc= my_xpath_parse_term(xpath, MY_XPATH_LEX_AXIS);
1466 xpath->axis= xpath->extra;
1467 return rc;
1468}
1469
1470
1471/*********************************************

Callers 1

Calls 1

my_xpath_parse_termFunction · 0.85

Tested by

no test coverage detected