@AutoService(value=BeamBuiltinFunctionProvider.class) public class IsInf extends BeamBuiltinFunctionProvider
Returns TRUE if the value is positive or negative infinity. Returns NULL for NULL inputs. input: Float, Double
Output: Boolean
Constructor and Description |
---|
IsInf() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
isInf(java.lang.Double value) |
java.lang.Boolean |
isInf(java.lang.Float value) |
getBuiltinMethods