Sign in
apache
/
qpid
/
refs/heads/java-broker-amqp-1-0-management
/
.
/
cpp
/
src
/
tests
/
test.xquery
blob: 4cfe3af02de7e12acaa5084a35f1eda640df78e7 [
file
] [
log
] [
blame
]
let
$w
:= ./weather
return
$w
/station =
'Raleigh-Durham International Airport (KRDU)'
and
$w
/temperature_f > 50
and
$w
/temperature_f -
$w
/dewpoint > 5
and
$w
/wind_speed_mph > 7
and
$w
/wind_speed_mph < 20