summaryrefslogtreecommitdiff
path: root/cpp/src/tests/test.xquery
blob: 4cfe3af02de7e12acaa5084a35f1eda640df78e7 (plain)
1
2
3
4
5
6
   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