org.apache.hadoop.hive.ql.udf.generic
Class GenericUDFRpad

java.lang.Object
  extended by org.apache.hadoop.hive.ql.udf.generic.GenericUDF
      extended by org.apache.hadoop.hive.ql.udf.generic.GenericUDFBasePad
          extended by org.apache.hadoop.hive.ql.udf.generic.GenericUDFRpad
All Implemented Interfaces:
Closeable

public class GenericUDFRpad
extends GenericUDFBasePad

UDFRpad.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.udf.generic.GenericUDF
GenericUDF.DeferredJavaObject, GenericUDF.DeferredObject
 
Constructor Summary
GenericUDFRpad()
           
 
Method Summary
protected  void performOp(byte[] data, byte[] txt, byte[] padTxt, int len, org.apache.hadoop.io.Text str, org.apache.hadoop.io.Text pad)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBasePad
evaluate, getDisplayString, initialize
 
Methods inherited from class org.apache.hadoop.hive.ql.udf.generic.GenericUDF
close, configure, copyToNewInstance, flip, getRequiredFiles, getRequiredJars, getUdfName, initializeAndFoldConstants
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericUDFRpad

public GenericUDFRpad()
Method Detail

performOp

protected void performOp(byte[] data,
                         byte[] txt,
                         byte[] padTxt,
                         int len,
                         org.apache.hadoop.io.Text str,
                         org.apache.hadoop.io.Text pad)
Specified by:
performOp in class GenericUDFBasePad


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