org.apache.hadoop.hive.ql.udf
Class UDFBase64

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.UDF
      extended by org.apache.hadoop.hive.ql.udf.UDFBase64

public class UDFBase64
extends UDF


Constructor Summary
UDFBase64()
           
 
Method Summary
 Text evaluate(BytesWritable b)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDF
getRequiredFiles, getRequiredJars, getResolver, setResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDFBase64

public UDFBase64()
Method Detail

evaluate

public Text evaluate(BytesWritable b)


Copyright © 2012 The Apache Software Foundation