New comments on renamed files.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/17bedfa9 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/17bedfa9 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/17bedfa9 Branch: refs/heads/site Commit: 17bedfa9ff55b5b17b480773818db938d6184923 Parents: 0e666fc Author: Preston Carman <[email protected]> Authored: Mon Oct 6 15:42:29 2014 -0700 Committer: Preston Carman <[email protected]> Committed: Mon Oct 6 15:42:29 2014 -0700 ---------------------------------------------------------------------- .../main/resources/noaa-ghcn-daily/queries/count_sensor.xq | 7 +++++-- .../main/resources/noaa-ghcn-daily/queries/count_station.xq | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/17bedfa9/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/count_sensor.xq ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/count_sensor.xq b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/count_sensor.xq index 6fa981b..a93ad66 100644 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/count_sensor.xq +++ b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/count_sensor.xq @@ -15,8 +15,11 @@ specific language governing permissions and limitations under the License. :) -(: XQuery Join Query :) -(: Count all the weather sensor readings available. :) +(: +XQuery Join Query +------------------- +Count all the weather sensor readings available. +:) count( let $sensor_collection := "/tmp/1.0_partition_ghcnd_all_xml/sensors" for $r in collection($sensor_collection)/dataCollection/data http://git-wip-us.apache.org/repos/asf/vxquery/blob/17bedfa9/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/count_station.xq ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/count_station.xq b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/count_station.xq index 1958ec6..ebce764 100644 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/count_station.xq +++ b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/count_station.xq @@ -15,8 +15,11 @@ specific language governing permissions and limitations under the License. :) -(: XQuery Join Query :) -(: Count all the weather stations available. :) +(: +XQuery Join Query +------------------- +Count all the weather stations available. +:) count( let $station_collection := "/tmp/1.0_partition_ghcnd_all_xml/stations" for $s in collection($station_collection)/stationCollection/station
