Handling of null Double #761
Unanswered
adamkorynta
asked this question in
General Aesthetics
Replies: 1 comment
-
With #913 it would seem we decided that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to handle null Double returned by the database in CDA? The JDBC client code substitutes Double.NaN or HEC_UNDEFINED_DOUBLE constant (-Float.MAX_VALUE) for primitive access.
My opinion is returning null as this is what the TimeSeries class does. The location level retrieval, however, uses the HEC_UNDEFINED_DOUBLE instead.
Beta Was this translation helpful? Give feedback.
All reactions