org.apache.hadoop.hive.ql.udf
Class UDFUnhex
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFUnhex
public class UDFUnhex
- extends UDF
UDFUnhex.
Method Summary |
Text |
evaluate(Text s)
Convert every two hex digits in s into. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFUnhex
public UDFUnhex()
evaluate
public Text evaluate(Text s)
- Convert every two hex digits in s into.
Copyright © 2012 The Apache Software Foundation