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