zed
zed copied to clipboard
NaN, Inf in Zed
The Zed langauge should allow you to specify a IEEE NaN, Inf, etc.
Currently you get this as they are interpreted as field refs:
% echo null | zq 'yield NaN' -
error("missing")
% echo null | zq 'yield Inf' -
error("missing")