@AutoService(value=BeamBuiltinFunctionProvider.class) public class IsNan extends BeamBuiltinFunctionProvider
Returns TRUE if the value is a NaN value. Returns NULL for NULL inputs. input: Float, Double
Output: Boolean
| Constructor and Description | 
|---|
IsNan()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Boolean | 
isNan(java.lang.Double value)  | 
java.lang.Boolean | 
isNan(java.lang.Float value)  | 
getBuiltinMethods