zed icon indicating copy to clipboard operation
zed copied to clipboard

NaN, Inf in Zed

Open mccanne opened this issue 4 years ago • 0 comments

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")

mccanne avatar Feb 09 '22 22:02 mccanne