Uses of Class
org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector

Packages that use BytesColumnVector
org.apache.hadoop.hive.ql.exec.vector   
org.apache.hadoop.hive.ql.exec.vector.expressions   
 

Uses of BytesColumnVector in org.apache.hadoop.hive.ql.exec.vector
 

Methods in org.apache.hadoop.hive.ql.exec.vector with parameters of type BytesColumnVector
 void BytesColumnVector.copySelected(boolean selectedInUse, int[] sel, int size, BytesColumnVector output)
          Copy the current object contents into the output.
 

Uses of BytesColumnVector in org.apache.hadoop.hive.ql.exec.vector.expressions
 

Methods in org.apache.hadoop.hive.ql.exec.vector.expressions with parameters of type BytesColumnVector
 void VectorUDFDateDiffColCol.copySelected(BytesColumnVector input, boolean selectedInUse, int[] sel, int size, LongColumnVector output)
           
protected  void VectorUDFDateAddColCol.evaluateString(BytesColumnVector inputColumnVector1, LongColumnVector inputColumnVector2, BytesColumnVector outputVector, int i)
           
protected  void VectorUDFDateAddColScalar.evaluateString(ColumnVector columnVector, BytesColumnVector outputVector, int i)
           
protected abstract  void StringUnaryUDFDirect.func(BytesColumnVector outV, byte[][] vector, int[] start, int[] length, int i)
           
protected  void StringTrim.func(BytesColumnVector outV, byte[][] vector, int[] start, int[] length, int i)
          TRIM element i of the vector, eliminating blanks from the left and right sides of the string, and place the result in outV.
protected  void StringRTrim.func(BytesColumnVector outV, byte[][] vector, int[] start, int[] length, int i)
          RTRIM element i of the vector, and place the result in outV.
protected  void StringLTrim.func(BytesColumnVector outV, byte[][] vector, int[] start, int[] length, int i)
          LTRIM element i of the vector, and place the result in outV.
protected abstract  void DecimalToStringUnaryUDF.func(BytesColumnVector outV, DecimalColumnVector inV, int i)
           
protected  void CastDecimalToString.func(BytesColumnVector outV, DecimalColumnVector inV, int i)
           
protected  void VectorUDFDateLong.func(BytesColumnVector outV, long[] vector, int i)
           
protected abstract  void LongToStringUnaryUDF.func(BytesColumnVector outV, long[] vector, int i)
           
protected  void CastLongToString.func(BytesColumnVector outV, long[] vector, int i)
           
protected  void CastDateToString.func(BytesColumnVector outV, long[] vector, int i)
           
protected  void CastBooleanToStringViaLongToString.func(BytesColumnVector outV, long[] vector, int i)
           
protected  void CastStringToDecimal.func(DecimalColumnVector outV, BytesColumnVector inV, int i)
          Convert input string to a decimal, at position i in the respective vectors.
 



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