org.apache.hadoop.hive.ql.exec.vector.expressions
Class VectorUDFDateString

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
      extended by org.apache.hadoop.hive.ql.exec.vector.expressions.StringUnaryUDF
          extended by org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFDateString
All Implemented Interfaces:
Serializable

public class VectorUDFDateString
extends StringUnaryUDF

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.StringUnaryUDF
StringUnaryUDF.IUDFUnaryString
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
VectorExpression.Type
 
Constructor Summary
VectorUDFDateString()
           
VectorUDFDateString(int colNum, int outputColumn)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.StringUnaryUDF
evaluate, getColNum, getDescriptor, getFunc, getOutputColumn, getOutputType, setColNum, setFunc, setOutputColumn
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VectorUDFDateString

public VectorUDFDateString(int colNum,
                           int outputColumn)

VectorUDFDateString

public VectorUDFDateString()


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