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
 org.apache.hadoop.io.Text evaluate(org.apache.hadoop.io.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 org.apache.hadoop.io.Text evaluate(org.apache.hadoop.io.Text s)
Convert every two hex digits in s into.



Copyright © 2013 The Apache Software Foundation