public class UDF
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
|
UDF()
The constructor.
|
protected |
UDF(UDFMethodResolver rslv)
The constructor with user-provided UDFMethodResolver.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getRequiredFiles() |
java.lang.String[] |
getRequiredJars()
These can be overriden to provide the same functionality as the
correspondingly named methods in GenericUDF.
|
UDFMethodResolver |
getResolver()
Get the method resolver.
|
void |
setResolver(UDFMethodResolver rslv)
Sets the resolver.
|
public UDF()
protected UDF(UDFMethodResolver rslv)
public void setResolver(UDFMethodResolver rslv)
rslv
- The method resolver to use for method resolution.public UDFMethodResolver getResolver()
public java.lang.String[] getRequiredJars()
public java.lang.String[] getRequiredFiles()
Copyright © 2012 The Apache Software Foundation