UDFType - The type of UDF.@Internal public class HiveFunctionWrapper<UDFType> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
HiveFunctionWrapper(String className) |
| Modifier and Type | Method and Description |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.