Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
[discrete]
[[esql-is_infinite]]
=== `IS_INFINITE`
Returns a boolean that indicates whether its input is infinite.
[source,esql]
----
ROW d = 1.0
| EVAL s = IS_INFINITE(d/0)