Opened 7 years ago

Closed 6 years ago

#1549 closed enhancement (fixed)

support for inf in rasdaman

Reported by: bbell Owned by: dkamov
Priority: minor Milestone: 9.7
Component: qlparser Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Easy

Description (last modified by Dimitar Misev)

at the moment, rasdaman supports the floating point value of "NaN" in queries, and this should be extended to include "inf" as well.

This can be easily done by search for uses of nan in the code and copying the relevant code to handle inf.

Change History (7)

comment:1 by Dimitar Misev, 7 years ago

Description: modified (diff)
Milestone: 9.5
Owner: Dimitar Misev removed
Status: newassigned

comment:2 by Vlad Merticariu, 6 years ago

Resolution: fixed
Status: assignedclosed

comment:3 by Dimitar Misev, 6 years ago

Complexity: MediumEasy
Resolution: fixed
Status: closedreopened

This is not fixed yet?

$ rasql -q 'select inf' --out string 
rasql: rasdaman query tool v1.0, rasdaman 9.6.0.
Opening database RASBASE at localhost:7001... ok.
Executing retrieval query... rasdaman error 357: Execution error 357 in line 1, column 8, near token inf: Variable is unknown.
aborting transaction... ok.
rasql done.

comment:4 by Dimitar Misev, 6 years ago

Milestone: 9.59.7
Owner: set to bbell
Status: reopenedassigned

comment:5 by Dimitar Misev, 6 years ago

Just need to search for "nan" and duplicate the handling to "inf".

comment:6 by Dimitar Misev, 6 years ago

Owner: changed from bbell to dkamov

comment:7 by Dimitar Misev, 6 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.