public class UDFMathNaN
extends org.apache.hadoop.hive.ql.exec.UDF
| 限定符和类型 | 字段和说明 |
|---|---|
static double |
NaN
A constant holding a Not-a-Number (NaN) value of type
double. |
| 构造器和说明 |
|---|
UDFMathNaN() |
public static final double NaN
double. It is equivalent to the value returned by
Double.longBitsToDouble(0x7ff8000000000000L).Copyright © 2019. All rights reserved.