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(Class<?> functionClz) |
HiveFunctionWrapper(Class<?> functionClz,
UDFType serializableInstance)
Create a HiveFunctionWrapper with a UDF instance.
|
Modifier and Type | Method and Description |
---|---|
UDFType |
createFunction()
Instantiate a Hive function instance.
|
Class<UDFType> |
getUDFClass() |
String |
getUDFClassName()
Get class name of the Hive function.
|
public static final long serialVersionUID
public HiveFunctionWrapper(Class<?> functionClz)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.