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
 byte[] 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDFUnhex

public UDFUnhex()
Method Detail

evaluate

public byte[] evaluate(org.apache.hadoop.io.Text s)
Convert every two hex digits in s into.



Copyright © 2014 The Apache Software Foundation. All rights reserved.