Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
xpath_double.q
blob: 79bdc5ce07c92c06c6dcfb664ec8a8e116b550de [
file
] [
log
] [
blame
]
SELECT xpath_double
(
'<a><b>2000000000</b><c>40000000000</c></a>'
,
'a/b * a/c'
)
from
`fewtypes_null.tbl`
limit
1
;