isnan

isnan

isnan 介绍

isnan(expr) - 如果 expr 是 NaN,则返回真;否则返回假。

Examples:

> SELECT isnan(cast('NaN' as double));
 true

Since: 1.5.0