Opened 6 years ago
Last modified 5 years ago
#1971 closed defect
Set null values when subsets select non-materialized tiles — at Version 2
Reported by: | Dimitar Misev | Owned by: | apercov |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | qlparser | Version: | 9.7 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description (last modified by )
In this example query, a subset intersects outside the sdom of the array. The outside part of the intersection is not printed, but it should print null values (-10000 in this case).
$ rasql -q 'select encode((<[0:1,0:1] -9999.99f, -9999.99f; -1f, -1f> NULL VALUES [-10000:-9999.98]) [0:3,0:1], "csv")' --out string Query result collection has 1 element(s): Result object 1: {-9999.99,-9999.99},{-1,-1}
Change History (2)
comment:1 by , 5 years ago
Milestone: | 9.8 → 10.0 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 5 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.