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

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

public class UDFLpad
extends UDF

UDFLpad.


Constructor Summary
UDFLpad()
           
 
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

UDFLpad

public UDFLpad()
Method Detail

evaluate

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


Copyright © 2012 The Apache Software Foundation