public class UDFMathIsInfinite
extends org.apache.hadoop.hive.ql.exec.UDF
| 限定符和类型 | 字段和说明 |
|---|---|
static double |
NEGATIVE_INFINITY
A constant holding the negative infinity of type
double. |
static double |
POSITIVE_INFINITY
A constant holding the positive infinity of type
double. |
| 构造器和说明 |
|---|
UDFMathIsInfinite() |
public static final double POSITIVE_INFINITY
double. It is equal to the value returned by
Double.longBitsToDouble(0x7ff0000000000000L).public static final double NEGATIVE_INFINITY
double. It is equal to the value returned by
Double.longBitsToDouble(0xfff0000000000000L).Copyright © 2019. All rights reserved.