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

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

public class CastLongToString
extends LongToStringUnaryUDF

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
VectorExpression.Type
 
Constructor Summary
CastLongToString()
           
CastLongToString(int inputColumn, int outputColumn)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.LongToStringUnaryUDF
evaluate, getDescriptor, getInputColumn, getOutputColumn, getOutputType, setInputColumn, 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

CastLongToString

public CastLongToString()

CastLongToString

public CastLongToString(int inputColumn,
                        int outputColumn)


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