UDFType - The type of UDF.@Internal public class HiveFunctionWrapper<UDFType> extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static long |
serialVersionUID |
| 构造器和说明 |
|---|
HiveFunctionWrapper(String className) |
| 限定符和类型 | 方法和说明 |
|---|---|
UDFType |
createFunction()
Instantiate a Hive function instance.
|
String |
getClassName()
Get class name of the Hive function.
|
Class<UDFType> |
getUDFClass()
Get class of the Hive function.
|
public static final long serialVersionUID
public HiveFunctionWrapper(String className)
public UDFType createFunction()
public String getClassName()
public Class<UDFType> getUDFClass() throws ClassNotFoundException
ClassNotFoundException - thrown when the class is not found in classpathCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.