Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
xpath.q
blob: cd4afb423037878fc81bd1ee98a5d3f920f63531 [
file
]
select
xpath_string
(
'<a><b id="1"><c/></b><b id="2"><c/></b></a>'
,
'/descendant::c/ancestor::b/@id'
)
from
hive
.
crosssources
.
fewtypes_null_hive limit
1
;