Class IsNan
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.udf.BeamBuiltinFunctionProvider
-
- org.apache.beam.sdk.extensions.sql.impl.udf.IsNan
-
@AutoService(BeamBuiltinFunctionProvider.class) public class IsNan extends BeamBuiltinFunctionProvider
IS_NAN(X)Returns TRUE if the value is a NaN value. Returns NULL for NULL inputs. input: Float, Double
Output: Boolean
-
-
Constructor Summary
Constructors Constructor Description IsNan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanisNan(java.lang.Double value)java.lang.BooleanisNan(java.lang.Float value)-
Methods inherited from class org.apache.beam.sdk.extensions.sql.impl.udf.BeamBuiltinFunctionProvider
getBuiltinMethods
-
-