Package | Description |
---|---|
org.apache.hadoop.hive.ql.exec.vector | |
org.apache.hadoop.hive.ql.exec.vector.expressions |
Class and Description |
---|
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.
|
ColumnVector.Type |
DoubleColumnVector
This class represents a nullable double precision floating point column vector.
|
IntervalDayTimeColumnVector
This class represents a nullable interval day time column vector capable of handing a
wide range of interval day time values.
|
LongColumnVector
This class represents a nullable int column vector.
|
MultiValuedColumnVector
The representation of a vectorized column of multi-valued objects, such
as lists and maps.
|
TimestampColumnVector
This class represents a nullable timestamp column vector capable of handing a wide range of
timestamp values.
|
Class and Description |
---|
BytesColumnVector
This class supports string and binary data by value reference -- i.e.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.