public class GenericUDFCurrentUser extends GenericUDF
GenericUDF.DeferredJavaObject, GenericUDF.DeferredObject
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.io.Text |
currentUser |
Constructor and Description |
---|
GenericUDFCurrentUser() |
Modifier and Type | Method and Description |
---|---|
void |
copyToNewInstance(Object newInstance)
Some information may be set during initialize() which needs to be saved when the UDF is copied.
|
Object |
evaluate(GenericUDF.DeferredObject[] arguments)
Evaluate the GenericUDF with the arguments.
|
org.apache.hadoop.io.Text |
getCurrentUser() |
String |
getDisplayString(String[] children)
Get the String to be displayed in explain.
|
ObjectInspector |
initialize(ObjectInspector[] arguments)
Initialize this GenericUDF.
|
void |
setCurrentUser(org.apache.hadoop.io.Text currentUser) |
checkArgGroups, checkArgPrimitive, checkArgsSize, close, configure, flip, getArgOrder, getConstantIntValue, getConstantLongValue, getConstantStringValue, getDateValue, getDoubleValue, getFuncName, getIntValue, getLongValue, getRequiredFiles, getRequiredJars, getStandardDisplayString, getStandardDisplayString, getStringValue, getTimestampValue, getUdfName, initializeAndFoldConstants, negative, obtainDateConverter, obtainDoubleConverter, obtainIntConverter, obtainLongConverter, obtainStringConverter, obtainTimestampConverter
public ObjectInspector initialize(ObjectInspector[] arguments) throws UDFArgumentException
GenericUDF
initialize
in class GenericUDF
arguments
- The ObjectInspector for the argumentsUDFArgumentException
- Thrown when arguments have wrong types, wrong length, etc.public Object evaluate(GenericUDF.DeferredObject[] arguments) throws HiveException
GenericUDF
evaluate
in class GenericUDF
arguments
- The arguments as DeferedObject, use DeferedObject.get() to get the
actual argument Object. The Objects can be inspected by the
ObjectInspectors passed in the initialize call.HiveException
public org.apache.hadoop.io.Text getCurrentUser()
public void setCurrentUser(org.apache.hadoop.io.Text currentUser)
public String getDisplayString(String[] children)
GenericUDF
getDisplayString
in class GenericUDF
public void copyToNewInstance(Object newInstance) throws UDFArgumentException
GenericUDF
copyToNewInstance
in class GenericUDF
UDFArgumentException
Copyright © 2017 The Apache Software Foundation. All rights reserved.