Opened 3 years ago
Closed 3 years ago
#2544 closed enhancement (fixed)
rasql - project() supports null value parameter
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | rasql | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
By default, project() https://doc.rasdaman.org/04_ql-guide.html#the-project-function sets 0 as null value. However, it doesn't work well when the coverage has non-zero null value (e.g. -9999).
It needs an extra parameter in project() for that.
Change History (3)
comment:1 by , 3 years ago
comment:3 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
No need for extra parameter, it should be set from the null set of the project operand.