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

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

public class UDFUnhex
extends UDF

UDFUnhex.


Constructor Summary
UDFUnhex()
           
 
Method Summary
 Text evaluate(Text s)
          Convert every two hex digits in s into.
 
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

UDFUnhex

public UDFUnhex()
Method Detail

evaluate

public Text evaluate(Text s)
Convert every two hex digits in s into.



Copyright © 2012 The Apache Software Foundation