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

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

public class FuncHex
extends FuncLongToString

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
VectorExpression.Type
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.FuncLongToString
bytes
 
Fields inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
childExpressions, inputTypes, outputType
 
Constructor Summary
FuncHex()
           
FuncHex(int inputCol, int outputCol)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.FuncLongToString
evaluate, getDescriptor, getInputCol, getOutputCol, getOutputColumn, getOutputType, setInputCol, setOutputCol
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FuncHex

public FuncHex(int inputCol,
               int outputCol)

FuncHex

public FuncHex()


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