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

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.FuncBin
All Implemented Interfaces:
Serializable

public class FuncBin
extends FuncLongToString

Vectorized implementation of Bin(long) function that returns string.

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
FuncBin()
           
FuncBin(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
getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FuncBin

public FuncBin(int inputCol,
               int outputCol)

FuncBin

public FuncBin()


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