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

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

public class UDFRpad
extends UDF

UDFRpad.


Constructor Summary
UDFRpad()
           
 
Method Summary
 Text evaluate(Text s, IntWritable n, Text pad)
           
 
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

UDFRpad

public UDFRpad()
Method Detail

evaluate

public Text evaluate(Text s,
                     IntWritable n,
                     Text pad)


Copyright © 2012 The Apache Software Foundation