Uses of Package
org.apache.hadoop.hive.ql.exec.vector

Packages that use org.apache.hadoop.hive.ql.exec.vector
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.persistence   
org.apache.hadoop.hive.ql.exec.vector   
org.apache.hadoop.hive.ql.exec.vector.expressions   
org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates   
org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates.gen   
org.apache.hadoop.hive.ql.exec.vector.expressions.gen   
org.apache.hadoop.hive.ql.exec.vector.udf   
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
org.apache.hadoop.hive.ql.udf   
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.exec
VectorizationContext
          Context class for vectorization execution.
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.exec.persistence
VectorHashKeyWrapper
          A hash map key wrapper for vectorized processing.
VectorHashKeyWrapperBatch
          Class for handling vectorized hash map key wrappers.
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.exec.vector
BytesColumnVector
          This class supports string and binary data by value reference -- i.e.
ColumnVector
          ColumnVector contains the shared structure for the sub-types, including NULL information, and whether this vector repeats, i.e.
DoubleColumnVector
          This class represents a nullable double precision floating point column vector.
LongColumnVector
          This class represents a nullable int column vector.
VectorAggregationBufferRow
          Represents a set of aggregation buffers to be used for a specific key for UDAF GROUP BY.
VectorColumnAssign
           
VectorExpressionDescriptor.ArgumentType
           
VectorExpressionDescriptor.Builder
          Builder builds a VectorExpressionDescriptor.Descriptor object.
VectorExpressionDescriptor.Descriptor
          Descriptor is immutable and is constructed by the VectorExpressionDescriptor.Builder only.
VectorExpressionDescriptor.InputExpressionType
           
VectorExpressionDescriptor.Mode
           
VectorHashKeyWrapper
          A hash map key wrapper for vectorized processing.
VectorHashKeyWrapperBatch
          Class for handling vectorized hash map key wrappers.
VectorizationContext
          Context class for vectorization execution.
VectorizationContextRegion
          VectorizationContextRegion optional interface implemented by vectorized operators that are changing the vectorizaiton context (region boundary operators)
VectorizedRowBatch
          A VectorizedRowBatch is a set of rows, organized with each column as a vector.
VectorizedSerde
          Serdes that support vectorized VectorizedRowBatch must implement this interface.
VectorUtilBatchObjectPool.IAllocator
           
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.exec.vector.expressions
BytesColumnVector
          This class supports string and binary data by value reference -- i.e.
ColumnVector
          ColumnVector contains the shared structure for the sub-types, including NULL information, and whether this vector repeats, i.e.
DecimalColumnVector
           
DoubleColumnVector
          This class represents a nullable double precision floating point column vector.
LongColumnVector
          This class represents a nullable int column vector.
VectorExpressionDescriptor.Descriptor
          Descriptor is immutable and is constructed by the VectorExpressionDescriptor.Builder only.
VectorizedRowBatch
          A VectorizedRowBatch is a set of rows, organized with each column as a vector.
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates
VectorAggregationBufferRow
          Represents a set of aggregation buffers to be used for a specific key for UDAF GROUP BY.
VectorizedRowBatch
          A VectorizedRowBatch is a set of rows, organized with each column as a vector.
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates.gen
VectorAggregationBufferRow
          Represents a set of aggregation buffers to be used for a specific key for UDAF GROUP BY.
VectorizedRowBatch
          A VectorizedRowBatch is a set of rows, organized with each column as a vector.
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.exec.vector.expressions.gen
VectorExpressionDescriptor.Descriptor
          Descriptor is immutable and is constructed by the VectorExpressionDescriptor.Builder only.
VectorizedRowBatch
          A VectorizedRowBatch is a set of rows, organized with each column as a vector.
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.exec.vector.udf
VectorExpressionDescriptor.Descriptor
          Descriptor is immutable and is constructed by the VectorExpressionDescriptor.Builder only.
VectorizedRowBatch
          A VectorizedRowBatch is a set of rows, organized with each column as a vector.
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.io
VectorizedRowBatch
          A VectorizedRowBatch is a set of rows, organized with each column as a vector.
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.io.orc
VectorizedInputFormatInterface
          Marker interface to indicate a given input format supports vectorization input.
VectorizedRowBatch
          A VectorizedRowBatch is a set of rows, organized with each column as a vector.
VectorizedSerde
          Serdes that support vectorized VectorizedRowBatch must implement this interface.
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.udf
VectorizedExpressions
           
 

Classes in org.apache.hadoop.hive.ql.exec.vector used by org.apache.hadoop.hive.ql.udf.generic
VectorizedExpressions
           
 



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