Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
xpath_double.q
blob: 68b0eafb3cc61563efff45cb4973ae47294fb6d8 [
file
]
SELECT xpath_double
(
'<a><b>2000000000</b><c>40000000000</c></a>'
,
'a/b * a/c'
)
from
hive
.
crosssources
.
fewtypes_null_hive limit
1
;