Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

abs() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
add(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
addDiskRange(DiskRange) - Method in class org.apache.hadoop.hive.common.DiskRangeInfo
 
addOrMerge(long, long, boolean, boolean) - Method in class org.apache.hadoop.hive.common.io.DiskRangeList.CreateHelper
 
alignUp(int, int) - Static method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
allocateMultiple(MemoryBuffer[], int) - Method in interface org.apache.hadoop.hive.common.io.Allocator
Allocates multiple buffers of a given size.
Allocator - Interface in org.apache.hadoop.hive.common.io
An allocator provided externally to storage classes to allocate MemoryBuffer-s.
Allocator.AllocatorOutOfMemoryException - Exception in org.apache.hadoop.hive.common.io
 
AllocatorOutOfMemoryException(String) - Constructor for exception org.apache.hadoop.hive.common.io.Allocator.AllocatorOutOfMemoryException
 
and(SearchArgument.TruthValue) - Method in enum org.apache.hadoop.hive.ql.io.sarg.SearchArgument.TruthValue
Compute logical AND between the two values.
array() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
arrayList() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
asScratchIntervalDayTime(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Return the scratch HiveIntervalDayTime object set from a row.
asScratchTimestamp(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Return the scratch Timestamp object set from a row.
assign(BytesColumnVector, int, byte[], int, int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 

B

batchKey - Variable in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
The key that is used to map this batch to source location.
between(String, PredicateLeaf.Type, Object, Object) - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Add a between leaf to the current item on the stack.
bigDecimalValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
BILLION_BIG_DECIMAL - Static variable in class org.apache.hadoop.hive.ql.util.TimestampUtils
 
BooleanRef() - Constructor for class org.apache.hadoop.hive.common.io.DataCache.BooleanRef
 
bufferSize() - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
build() - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Build and return the SearchArgument that has been defined.
BytesColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
This class supports string and binary data by value reference -- i.e.
BytesColumnVector() - Constructor for class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Use this constructor for normal operation.
BytesColumnVector(int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Don't call this constructor except for testing purposes.
byteValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 

C

characterCount(byte[]) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
characterCount(byte[], int, int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
child - Variable in class org.apache.hadoop.hive.ql.exec.vector.ListColumnVector
 
childCount - Variable in class org.apache.hadoop.hive.ql.exec.vector.MultiValuedColumnVector
 
childFlatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.ListColumnVector
 
childFlatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.MapColumnVector
 
childFlatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.MultiValuedColumnVector
 
clone() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
Return a copy of this object.
cols - Variable in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
columnData - Variable in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
Stream data for each stream, for each included column.
columnIxs - Variable in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
Column indexes included in the batch.
ColumnStreamData() - Constructor for class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch.ColumnStreamData
 
ColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
ColumnVector contains the shared structure for the sub-types, including NULL information, and whether this vector repeats, i.e.
ColumnVector(int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
Constructor for super-class ColumnVector.
ColumnVector.Type - Enum in org.apache.hadoop.hive.ql.exec.vector
 
compare(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
compareTo(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
compareTo(HiveIntervalDayTime) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
compareTo(int, HiveIntervalDayTime) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Compare row to HiveIntervalDayTime.
compareTo(HiveIntervalDayTime, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Compare HiveIntervalDayTime to row.
compareTo(int, IntervalDayTimeColumnVector, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Compare a row to another TimestampColumnVector's row.
compareTo(IntervalDayTimeColumnVector, int, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Compare another TimestampColumnVector's row to a row.
compareTo(int, Timestamp) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Compare row to Timestamp.
compareTo(Timestamp, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Compare Timestamp to row.
compareTo(int, TimestampColumnVector, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Compare a row to another TimestampColumnVector's row.
compareTo(TimestampColumnVector, int, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Compare another TimestampColumnVector's row to a row.
compareTo(DateWritable) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
compareTo(HiveDecimalWritable) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
copySelected(boolean, int[], int, BytesColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Copy the current object contents into the output.
copySelected(boolean, int[], int, DoubleColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
 
copySelected(boolean, int[], int, IntervalDayTimeColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
 
copySelected(boolean, int[], int, LongColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
 
copySelected(boolean, int[], int, DoubleColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
 
copySelected(boolean, int[], int, TimestampColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
 
count() - Method in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
Return count of qualifying rows.
create() - Method in interface org.apache.hadoop.hive.common.Pool.PoolObjectHelper
Called to create an object when one cannot be provided.
create(BigDecimal) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(BigDecimal, boolean) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(BigInteger, int) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(String) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(BigInteger) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(int) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(long) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
createCacheChunk(MemoryBuffer, long, long) - Method in interface org.apache.hadoop.hive.common.io.DataCache.DiskRangeListFactory
 
CreateHelper() - Constructor for class org.apache.hadoop.hive.common.io.DiskRangeList.CreateHelper
 
createUnallocated() - Method in interface org.apache.hadoop.hive.common.io.Allocator
Creates an unallocated memory buffer object.

D

DataCache - Interface in org.apache.hadoop.hive.common.io
An abstract data cache that IO formats can use to retrieve and cache data.
DataCache.BooleanRef - Class in org.apache.hadoop.hive.common.io
 
DataCache.DiskRangeListFactory - Interface in org.apache.hadoop.hive.common.io
Disk range factory used during cache retrieval.
dateToDays(Date) - Static method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
DateWritable - Class in org.apache.hadoop.hive.serde2.io
DateWritable Writable equivalent of java.sql.Date.
DateWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.DateWritable
 
DateWritable(DateWritable) - Constructor for class org.apache.hadoop.hive.serde2.io.DateWritable
 
DateWritable(Date) - Constructor for class org.apache.hadoop.hive.serde2.io.DateWritable
 
DateWritable(int) - Constructor for class org.apache.hadoop.hive.serde2.io.DateWritable
 
daysToMillis(int) - Static method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
daysToMillis(int, boolean) - Static method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
deallocate(MemoryBuffer) - Method in interface org.apache.hadoop.hive.common.io.Allocator
Deallocates a memory buffer.
DecimalColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
 
DecimalColumnVector(int, int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
DecimalColumnVector(int, int, int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
decimalToTimestamp(HiveDecimal) - Static method in class org.apache.hadoop.hive.ql.util.TimestampUtils
 
decRef() - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch.ColumnStreamData
 
DEFAULT_SIZE - Static variable in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
DiskRange - Class in org.apache.hadoop.hive.common.io
The sections of a file.
DiskRange(long, long) - Constructor for class org.apache.hadoop.hive.common.io.DiskRange
 
DiskRangeInfo - Class in org.apache.hadoop.hive.common
Disk range information class containing disk ranges and total length.
DiskRangeInfo(int) - Constructor for class org.apache.hadoop.hive.common.DiskRangeInfo
 
DiskRangeList - Class in org.apache.hadoop.hive.common.io
Java linked list iterator interface is convoluted, and moreover concurrent modifications of the same list by multiple iterators are impossible.
DiskRangeList(long, long) - Constructor for class org.apache.hadoop.hive.common.io.DiskRangeList
 
DiskRangeList.CreateHelper - Class in org.apache.hadoop.hive.common.io
 
DiskRangeList.MutateHelper - Class in org.apache.hadoop.hive.common.io
List in-place mutation helper - a bogus first element that is inserted before list head, and thus remains constant even if head is replaced with some new range via in-place list mutation.
divide(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
DoubleColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
This class represents a nullable double precision floating point column vector.
DoubleColumnVector() - Constructor for class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
Use this constructor by default.
DoubleColumnVector(int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
Don't use this except for testing purposes.
doubleToTimestamp(double) - Static method in class org.apache.hadoop.hive.ql.util.TimestampUtils
 
doubleValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 

E

EncodedColumnBatch<BatchKey> - Class in org.apache.hadoop.hive.common.io.encoded
A block of data for a given section of a file, similar to VRB but in encoded form.
EncodedColumnBatch() - Constructor for class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
 
EncodedColumnBatch.ColumnStreamData - Class in org.apache.hadoop.hive.common.io.encoded
Slice of the data for a stream for some column, stored inside MemoryBuffer's.
end - Variable in class org.apache.hadoop.hive.common.io.DiskRange
The address afterwards.
end() - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Finish the current operation and pop it off of the stack.
endOfFile - Variable in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
enforcePrecisionScale(HiveDecimal, int, int) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
enforcePrecisionScale(HiveDecimalWritable, int, int) - Static method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
ensureSize(int, boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
ensureSize(int, boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
Ensure the ColumnVector can hold at least size values.
ensureSize(int, boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
ensureSize(int, boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
 
ensureSize(int, boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
 
ensureSize(int, boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
 
ensureSize(int, boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.MultiValuedColumnVector
 
ensureSize(int, boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
 
ensureSize(int, boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
 
ensureSize(int, boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
ensureSize(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
Set the maximum number of rows in the batch.
equal(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
equalRange(DiskRange) - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
equals(Object) - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
equals(Object) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
equals(Object) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
equals(String, PredicateLeaf.Type, Object) - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Add an equals leaf to the current item on the stack.
equals(Object) - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl.PredicateLeafImpl
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
evaluate(SearchArgument.TruthValue[]) - Method in class org.apache.hadoop.hive.ql.io.sarg.ExpressionTree
 
evaluate(SearchArgument.TruthValue[]) - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument
Evaluate the entire predicate based on the values for the leaf predicates.
evaluate(SearchArgument.TruthValue[]) - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl
 
ExpressionTree - Class in org.apache.hadoop.hive.ql.io.sarg
The inner representation of the SearchArgument.
ExpressionTree.Operator - Enum in org.apache.hadoop.hive.ql.io.sarg
 
extract() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList.CreateHelper
 
extract() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList.MutateHelper
 

F

fields - Variable in class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
 
fields - Variable in class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
fill(byte[]) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
fill(HiveDecimal) - Method in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
fill(double) - Method in class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
 
fill(HiveIntervalDayTime) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Fill all the vector entries with a HiveIntervalDayTime.
fill(long) - Method in class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
 
fill(Timestamp) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Fill all the vector entries with a timestamp.
fillWithNulls() - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
fillWithNulls() - Method in class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
 
fillWithNulls() - Method in class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
 
flatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Simplify vector by brute-force flattening noNulls and isRepeating This can be used to reduce combinatorial explosion of code paths in VectorExpressions with many arguments, at the expense of loss of some performance.
flatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
 
flatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
flatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
 
flatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
 
flatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
 
flatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.MultiValuedColumnVector
 
flatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
 
flatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
 
flatten(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
flattenNoNulls(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
 
flattenPush() - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
 
flattenRepeatingNulls(boolean, int[], int) - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
 
floatValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 

G

get() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList.CreateHelper
 
get() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList.MutateHelper
 
get() - Static method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
get() - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
get(boolean) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
getAllocator() - Method in interface org.apache.hadoop.hive.common.io.DataCache
Gets the allocator associated with this DataCache.
getBatchKey() - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
 
getByteBufferDup() - Method in interface org.apache.hadoop.hive.common.io.encoded.MemoryBuffer
 
getByteBufferRaw() - Method in interface org.apache.hadoop.hive.common.io.encoded.MemoryBuffer
Note - raw buffer should not be modified.
getCacheBuffers() - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch.ColumnStreamData
 
getChildren() - Method in class org.apache.hadoop.hive.ql.io.sarg.ExpressionTree
 
getColumnData() - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
 
getColumnIxs() - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
 
getColumnName() - Method in interface org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf
Get the simple column name.
getColumnName() - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl.PredicateLeafImpl
 
getConstant() - Method in class org.apache.hadoop.hive.ql.io.sarg.ExpressionTree
 
getData() - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
getDataColumnCount() - Method in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
getDateFormat() - Static method in class org.apache.hive.common.util.IntervalDayTimeUtils
 
getDays() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getDays() - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
getDiskRanges() - Method in class org.apache.hadoop.hive.common.DiskRangeInfo
 
getDouble() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getDouble(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Return a row's HiveIntervalDayTime.getDouble() value.
getDouble(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Return a double representation of a Timestamp.
getDouble(Timestamp) - Static method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Return a double representation of a Timestamp.
getDouble(Timestamp) - Static method in class org.apache.hadoop.hive.ql.util.TimestampUtils
Convert the timestamp to a double measured in seconds.
getEnd() - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
getExpression() - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument
Get the expression tree.
getExpression() - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl
 
getFileData(Object, DiskRangeList, long, DataCache.DiskRangeListFactory, DataCache.BooleanRef) - Method in interface org.apache.hadoop.hive.common.io.DataCache
Gets file data for particular offsets.
getHiveDecimal() - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
getHiveDecimal(int, int) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
Get a HiveDecimal instance from the writable and constraint it with maximum precision/scale.
getHours() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getIndexBaseOffset() - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch.ColumnStreamData
 
getInternalStorage() - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
getIntervalDayTimeNanosFromTotalNanos(long) - Static method in class org.apache.hive.common.util.IntervalDayTimeUtils
 
getIntervalDayTimeTotalNanos(HiveIntervalDayTime) - Static method in class org.apache.hive.common.util.IntervalDayTimeUtils
 
getIntervalDayTimeTotalSecondsFromTotalNanos(long) - Static method in class org.apache.hive.common.util.IntervalDayTimeUtils
 
getLeaf() - Method in class org.apache.hadoop.hive.ql.io.sarg.ExpressionTree
 
getLeaves() - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument
Get the leaf predicates that are required to evaluate the predicate.
getLeaves() - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl
 
getLength() - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
getLength() - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Return the number of rows.
getLength() - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Return the number of rows.
getLiteral() - Method in interface org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf
Get the literal half of the predicate leaf.
getLiteral() - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl.PredicateLeafImpl
 
getLiteralList() - Method in interface org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf
For operators with multiple literals (IN and BETWEEN), get the literals.
getLiteralList() - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl.PredicateLeafImpl
 
getMaxAllocation() - Method in interface org.apache.hadoop.hive.common.io.Allocator
Maximum allocation size supported by this allocator.
getMaxSize() - Method in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
Returns the maximum size of the batch (number of rows it can hold)
getMinutes() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getNanos() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getNanos(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Return a row's HiveIntervalDayTime.getNanos() value.
getNanos(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Return a row's Timestamp.getNanos() value.
getOffset() - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
getOperator() - Method in class org.apache.hadoop.hive.ql.io.sarg.ExpressionTree
 
getOperator() - Method in interface org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf
Get the operator for the leaf.
getOperator() - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl.PredicateLeafImpl
 
getPartitionColumnCount() - Method in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
getRandBinary(Random, int) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
getRandDate(Random) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
getRandHiveDecimal(Random) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
getRandString(Random) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
getRandString(Random, String, int) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
getRandTimestamp(Random) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
getRandTimestamp(Random, int, int) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
getScale() - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
getScratchIntervalDayTime() - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Return the scratch HiveIntervalDayTime (contents undefined).
getScratchTimestamp() - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Return the scratch timestamp (contents undefined).
getScratchWritable() - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Return a convenience writable object stored by this column vector.
getScratchWritable() - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Return a convenience writable object stored by this column vector.
getSeconds() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getTail() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList.CreateHelper
 
getTime(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Return a row's Timestamp.getTime() value.
getTimeInSeconds() - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
getTimestampAsLong(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Return a long representation of a Timestamp.
getTimestampAsLong(Timestamp) - Static method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Return a long representation of a Timestamp.
getTotalLength() - Method in class org.apache.hadoop.hive.common.DiskRangeInfo
 
getTotalLength() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
 
getTotalSeconds() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
Returns days/hours/minutes all converted into seconds.
getTotalSeconds(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Return a row's HiveIntervalDayTime.getTotalSeconds() value.
getType() - Method in interface org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf
Get the type of the column and literal by the file format.
getType() - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl.PredicateLeafImpl
 
getValueClass() - Method in enum org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type
For all SARG leaves, the values must be the matching class.

H

hasContiguousNext() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
 
hasData() - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
hashCode() - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
hashCode() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
hashCode() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
hashCode() - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl.PredicateLeafImpl
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
hashMap(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
hashMapBase() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
hashMapEntry() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
hashSet(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
hashSetBase() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
hashSetEntry() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
HiveDecimal - Class in org.apache.hadoop.hive.common.type
HiveDecimal.
hiveDecimal - Variable in class org.apache.hadoop.hive.common.type.RandomTypeUtil.HiveDecimalAndPrecisionScale
 
HiveDecimalWritable - Class in org.apache.hadoop.hive.serde2.io
 
HiveDecimalWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
HiveDecimalWritable(String) - Constructor for class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
HiveDecimalWritable(byte[], int) - Constructor for class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
HiveDecimalWritable(HiveDecimalWritable) - Constructor for class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
HiveDecimalWritable(HiveDecimal) - Constructor for class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
HiveDecimalWritable(long) - Constructor for class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
HiveIntervalDayTime - Class in org.apache.hadoop.hive.common.type
Day-time interval type representing an offset in days/hours/minutes/seconds, with nanosecond precision.
HiveIntervalDayTime() - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
HiveIntervalDayTime(int, int, int, int, int) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
HiveIntervalDayTime(long, int) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
HiveIntervalDayTime(BigDecimal) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
HiveIntervalDayTime(HiveIntervalDayTime) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 

I

in(String, PredicateLeaf.Type, Object...) - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Add an in leaf to the current item on the stack.
increaseBufferSpace(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Increase buffer space enough to accommodate next element.
incRef() - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch.ColumnStreamData
 
init() - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
init() - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
Initialize the column vector.
init() - Method in class org.apache.hadoop.hive.ql.exec.vector.ListColumnVector
 
init() - Method in class org.apache.hadoop.hive.ql.exec.vector.MapColumnVector
 
init() - Method in class org.apache.hadoop.hive.ql.exec.vector.MultiValuedColumnVector
Initializee the vector
init() - Method in class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
 
init() - Method in class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
initBuffer(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
You must call initBuffer first before using setVal().
initBuffer() - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Initialize buffer to default size.
initColumn(int, int, int) - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
 
insertAfter(DiskRangeList) - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
Inserts an element after current in the list.
insertPartAfter(DiskRangeList) - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
Inserts an intersecting range after current in the list and adjusts offset accordingly.
insertPartBefore(DiskRangeList) - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
Inserts an intersecting range before current in the list and adjusts offset accordingly.
IntervalDayTimeColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
This class represents a nullable interval day time column vector capable of handing a wide range of interval day time values.
IntervalDayTimeColumnVector() - Constructor for class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Use this constructor by default.
IntervalDayTimeColumnVector(int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Don't use this except for testing purposes.
intervalDayTimeUpdate(HiveIntervalDayTime, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Set a HiveIntervalDayTime object from a row of the column.
IntervalDayTimeUtils - Class in org.apache.hive.common.util
DateUtils.
IntervalDayTimeUtils() - Constructor for class org.apache.hive.common.util.IntervalDayTimeUtils
 
intValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
isDirectAlloc() - Method in interface org.apache.hadoop.hive.common.io.Allocator
Whether the allocator uses direct buffers.
isNeeded() - Method in enum org.apache.hadoop.hive.ql.io.sarg.SearchArgument.TruthValue
Does the RecordReader need to include this set of records?
isNull - Variable in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
 
isNull(String, PredicateLeaf.Type) - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Add an is null leaf to the current item on the stack.
isRepeating - Variable in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
 

J

JAVA32_ARRAY - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
JAVA32_ARRAY_META - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
JAVA32_META - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
JAVA32_OBJECT - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
JAVA32_REF - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
JAVA64_ARRAY - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
JAVA64_ARRAY_META - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
JAVA64_META - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
JAVA64_OBJECT - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
JAVA64_REF - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
JavaDataModel - Enum in org.apache.hadoop.hive.ql.util
Estimation of memory footprint of object

K

keys - Variable in class org.apache.hadoop.hive.ql.exec.vector.MapColumnVector
 

L

length - Variable in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
lengthFor(String) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForBooleanArrayOfSize(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForByteArrayOfSize(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForDateArrayOfSize(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForDecimalArrayOfSize(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForDoubleArrayOfSize(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForIntArrayOfSize(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForLongArrayOfSize(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForObjectArrayOfSize(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForRandom() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForStringOfLength(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthForTimestampArrayOfSize(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthOfDate() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthOfDecimal() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengthOfTimestamp() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
lengths - Variable in class org.apache.hadoop.hive.ql.exec.vector.MultiValuedColumnVector
 
lessThan(String, PredicateLeaf.Type, Object) - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Add a less than leaf to the current item on the stack.
lessThanEquals(String, PredicateLeaf.Type, Object) - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Add a less than equals leaf to the current item on the stack.
linkedHashMap(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
linkedList(int) - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
linkedListBase() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
linkedListEntry() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
ListColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
The representation of a vectorized column of list objects.
ListColumnVector() - Constructor for class org.apache.hadoop.hive.ql.exec.vector.ListColumnVector
 
ListColumnVector(int, ColumnVector) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.ListColumnVector
Constructor for ListColumnVector.
listSize() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
 
listToArray() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
 
literal(SearchArgument.TruthValue) - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Add a truth value to the expression.
LongColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
This class represents a nullable int column vector.
LongColumnVector() - Constructor for class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
Use this constructor by default.
LongColumnVector(int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
Don't use this except for testing purposes.
longValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 

M

MapColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
The representation of a vectorized column of map objects.
MapColumnVector() - Constructor for class org.apache.hadoop.hive.ql.exec.vector.MapColumnVector
 
MapColumnVector(int, ColumnVector, ColumnVector) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.MapColumnVector
Constructor for MapColumnVector
MAX_INT_BD - Static variable in class org.apache.hive.common.util.IntervalDayTimeUtils
 
MAX_PRECISION - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
MAX_SCALE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
MAX_YEAR - Static variable in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
memoryAlign() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
MemoryBuffer - Interface in org.apache.hadoop.hive.common.io.encoded
Abstract interface for any class wrapping a ByteBuffer.
merge(long, long) - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
MILLISECONDS_PER_SECOND - Static variable in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
millisToDays(long) - Static method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
millisToSeconds(long) - Static method in class org.apache.hadoop.hive.ql.util.TimestampUtils
Rounds the number of milliseconds relative to the epoch down to the nearest whole number of seconds.
MIN_YEAR - Static variable in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
multiply(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
MultiValuedColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
The representation of a vectorized column of multi-valued objects, such as lists and maps.
MultiValuedColumnVector(int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.MultiValuedColumnVector
Constructor for MultiValuedColumnVector.
MutateHelper(DiskRangeList) - Constructor for class org.apache.hadoop.hive.common.io.DiskRangeList.MutateHelper
 

N

nanos - Variable in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
nanos - Variable in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
 
NANOS_PER_SEC - Static variable in class org.apache.hive.common.util.IntervalDayTimeUtils
 
NANOS_PER_SEC_BD - Static variable in class org.apache.hive.common.util.IntervalDayTimeUtils
 
NANOSECONDS_PER_MILLISSECOND - Static variable in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
NANOSECONDS_PER_SECOND - Static variable in class org.apache.hadoop.hive.common.type.RandomTypeUtil
TIMESTAMP.
negate() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
negate() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
newBuilder() - Static method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentFactory
 
next - Variable in class org.apache.hadoop.hive.common.io.DiskRangeList
 
noNulls - Variable in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
 
normalizeSecondsAndNanos() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
Ensures that the seconds and nanoseconds fields have consistent sign
not() - Method in enum org.apache.hadoop.hive.ql.io.sarg.SearchArgument.TruthValue
 
NULL_VALUE - Static variable in class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
 
NULL_VALUE - Static variable in class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
 
nullSafeEquals(String, PredicateLeaf.Type, Object) - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Add a null safe equals leaf to the current item on the stack.
numCols - Variable in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 

O

object() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
offer(T) - Method in interface org.apache.hadoop.hive.common.Pool
 
offset - Variable in class org.apache.hadoop.hive.common.io.DiskRange
The first address.
offsets - Variable in class org.apache.hadoop.hive.ql.exec.vector.MultiValuedColumnVector
 
ONE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
or(SearchArgument.TruthValue) - Method in enum org.apache.hadoop.hive.ql.io.sarg.SearchArgument.TruthValue
Compute logical or between the two values.
org.apache.hadoop.hive.common - package org.apache.hadoop.hive.common
 
org.apache.hadoop.hive.common.io - package org.apache.hadoop.hive.common.io
 
org.apache.hadoop.hive.common.io.encoded - package org.apache.hadoop.hive.common.io.encoded
 
org.apache.hadoop.hive.common.type - package org.apache.hadoop.hive.common.type
 
org.apache.hadoop.hive.ql.exec.vector - package org.apache.hadoop.hive.ql.exec.vector
 
org.apache.hadoop.hive.ql.exec.vector.expressions - package org.apache.hadoop.hive.ql.exec.vector.expressions
 
org.apache.hadoop.hive.ql.io.sarg - package org.apache.hadoop.hive.ql.io.sarg
 
org.apache.hadoop.hive.ql.util - package org.apache.hadoop.hive.ql.util
 
org.apache.hadoop.hive.serde2.io - package org.apache.hadoop.hive.serde2.io
 
org.apache.hive.common.util - package org.apache.hive.common.util
 

P

parseNumericValueWithRange(String, String, int, int) - Static method in class org.apache.hive.common.util.IntervalDayTimeUtils
 
Pool<T> - Interface in org.apache.hadoop.hive.common
Simple object pool to prevent GC on small objects passed between threads.
Pool.PoolObjectHelper<T> - Interface in org.apache.hadoop.hive.common
Object helper for objects stored in the pool.
pow(int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
precision() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
Returns the number of digits (integer and fractional) in the number, which is equivalent to SQL decimal precision.
precision - Variable in class org.apache.hadoop.hive.common.type.RandomTypeUtil.HiveDecimalAndPrecisionScale
 
precision - Variable in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
PredicateLeaf - Interface in org.apache.hadoop.hive.ql.io.sarg
The primitive predicates that form a SearchArgument.
PredicateLeaf.Operator - Enum in org.apache.hadoop.hive.ql.io.sarg
The possible operators for predicates.
PredicateLeaf.Type - Enum in org.apache.hadoop.hive.ql.io.sarg
The possible types for sargs.
PredicateLeafImpl(PredicateLeaf.Operator, PredicateLeaf.Type, String, Object, List<Object>) - Constructor for class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl.PredicateLeafImpl
 
prev - Variable in class org.apache.hadoop.hive.common.io.DiskRangeList
 
primitive1() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
primitive2() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
PRIMITIVE_BYTE - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
PRIMITIVES1 - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
PRIMITIVES2 - Static variable in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
projectedColumns - Variable in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
projectionSize - Variable in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
putFileData(Object, DiskRange[], MemoryBuffer[], long) - Method in interface org.apache.hadoop.hive.common.io.DataCache
Puts file data into cache, or gets older data in case of collisions.

R

randomMillis(long, long, Random) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
randomMillis(Random) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
randomNanos(Random, int) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
randomNanos(Random) - Static method in class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
RandomTypeUtil - Class in org.apache.hadoop.hive.common.type
 
RandomTypeUtil() - Constructor for class org.apache.hadoop.hive.common.type.RandomTypeUtil
 
RandomTypeUtil.HiveDecimalAndPrecisionScale - Class in org.apache.hadoop.hive.common.type
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
ref() - Method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
releaseBuffer(MemoryBuffer) - Method in interface org.apache.hadoop.hive.common.io.DataCache
Releases the buffer returned by getFileData/provided to putFileData back to cache.
remainder(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
removeAfter() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
Removes an element after current from the list.
removeSelf() - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
Removes the current element from the list.
replaceSelfWith(DiskRangeList) - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
Replaces this element with another in the list; returns the new element.
reset() - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch.ColumnStreamData
 
reset() - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
 
reset() - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Additional reset work for BytesColumnVector (releasing scratch bytes for by value strings).
reset() - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
Resets the column to default state - fills the isNull array with false - sets noNulls to true - sets isRepeating to false
reset() - Method in class org.apache.hadoop.hive.ql.exec.vector.ListColumnVector
 
reset() - Method in class org.apache.hadoop.hive.ql.exec.vector.MapColumnVector
 
reset() - Method in class org.apache.hadoop.hive.ql.exec.vector.MultiValuedColumnVector
Reset the vector for the next batch.
reset() - Method in class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
 
reset() - Method in class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
reset() - Method in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
Resets the row batch to default state - sets selectedInUse to false - sets size to 0 - sets endOfFile to false - resets each column - inits each column
resetBeforeOffer(T) - Method in interface org.apache.hadoop.hive.common.Pool.PoolObjectHelper
Called before the object is put in the pool (regardless of whether put succeeds).
resetColumnArrays(int) - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
 
reuseBuffer(MemoryBuffer) - Method in interface org.apache.hadoop.hive.common.io.DataCache
Notifies the cache that the buffer returned from getFileData/provided to putFileData will be used by another consumer and therefore released multiple times (one more time per call).
rightTrim(byte[], int, int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
rightTrim(BytesColumnVector, int, byte[], int, int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
rightTrimAndTruncate(byte[], int, int, int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
rightTrimAndTruncate(BytesColumnVector, int, byte[], int, int, int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
rightTrimAndTruncateScalar(byte[], int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
round(int) - Static method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
 
ROUND_CEILING - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
ROUND_FLOOR - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
ROUND_HALF_EVEN - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
ROUND_HALF_UP - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 

S

scale() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
scale - Variable in class org.apache.hadoop.hive.common.type.RandomTypeUtil.HiveDecimalAndPrecisionScale
 
scale - Variable in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
scaleByPowerOfTen(int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
SearchArgument - Interface in org.apache.hadoop.hive.ql.io.sarg
Primary interface for SearchArgument, which are the subset of predicates that can be pushed down to the RecordReader.
SearchArgument.Builder - Interface in org.apache.hadoop.hive.ql.io.sarg
A builder object for contexts outside of Hive where it isn't easy to get a ExprNodeDesc.
SearchArgument.TruthValue - Enum in org.apache.hadoop.hive.ql.io.sarg
The potential result sets of logical operations.
SearchArgumentFactory - Class in org.apache.hadoop.hive.ql.io.sarg
A factory for creating SearchArguments, as well as modifying those created by this factory.
SearchArgumentFactory() - Constructor for class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentFactory
 
SearchArgumentImpl - Class in org.apache.hadoop.hive.ql.io.sarg
The implementation of SearchArguments.
SearchArgumentImpl.PredicateLeafImpl - Class in org.apache.hadoop.hive.ql.io.sarg
 
selected - Variable in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
selectedInUse - Variable in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
set(int, int, int, int, int) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
set(long, int) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
set(BigDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
set(HiveIntervalDayTime) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
set(int, HiveDecimalWritable) - Method in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
set(int, HiveDecimal) - Method in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
set(int, HiveIntervalDayTime) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Set a row from a HiveIntervalDayTime.
set(int, Timestamp) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Set a row from a timestamp.
set(int) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
Set the DateWritable based on the days since epoch date.
set(Date) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
Set the DateWritable based on the year/month/day of the date in the local timezone.
set(DateWritable) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
set(HiveDecimal) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
set(HiveDecimal, int, int) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
set(HiveDecimalWritable) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
set(byte[], int) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
setAllStreamsData(int, int, EncodedColumnBatch.ColumnStreamData[]) - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
 
setCacheBuffers(List<MemoryBuffer>) - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch.ColumnStreamData
 
setColumnName(PredicateLeaf, String) - Static method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl.PredicateLeafImpl
 
setConcat(int, byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Set a field to the concatenation of two string values.
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
Set the element in this column vector from the given input vector.
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
 
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
 
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.ListColumnVector
 
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
 
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.MapColumnVector
 
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
 
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
 
setElement(int, int, ColumnVector) - Method in class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
setFromScratchIntervalDayTime(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Set a row from the current value in the scratch interval day time.
setFromScratchTimestamp(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Set a row from the current value in the scratch timestamp.
setIndexBaseOffset(int) - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch.ColumnStreamData
 
setIntervalDayTimeTotalNanos(HiveIntervalDayTime, long) - Static method in class org.apache.hive.common.util.IntervalDayTimeUtils
 
setLeaf(int) - Method in class org.apache.hadoop.hive.ql.io.sarg.ExpressionTree
 
setNullDataValue(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
setNullValue(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Set row to standard null value(s).
setNullValue(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Set row to standard null value(s).
setPartitionInfo(int, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
setPredicateLeafColumn(PredicateLeaf, String) - Static method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentFactory
 
setRef(int, byte[], int, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Set a field by reference.
setRepeating(boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
Sets the isRepeating flag.
setRepeating(boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
 
setRepeating(boolean) - Method in class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
setScale(int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
setScale(int, int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
setScratchWritable(Writable) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
Set the convenience writable object stored by this column vector
setScratchWritable(Writable) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Set the convenience writable object stored by this column vector
setStreamData(int, int, EncodedColumnBatch.ColumnStreamData) - Method in class org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch
 
setVal(int, byte[], int, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Set a field by actually copying in to a local buffer.
setVal(int, byte[]) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
Set a field by actually copying in to a local buffer.
shortValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
signum() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
Get the sign of the underlying decimal.
size() - Method in interface org.apache.hadoop.hive.common.Pool
 
size - Variable in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
sliceAndShift(long, long, long) - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
split(long) - Method in class org.apache.hadoop.hive.common.io.DiskRangeList
Splits current element in the list, using DiskRange::slice
start - Variable in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
startAnd() - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Start building an and operation and push it on the stack.
startNot() - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Start building a not operation and push it on the stack.
startOr() - Method in interface org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
Start building an or operation and push it on the stack.
StringExpr - Class in org.apache.hadoop.hive.ql.exec.vector.expressions
String expression evaluation helper functions.
StringExpr() - Constructor for class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
Print the value for this column into the given string builder.
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
 
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
 
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.IntervalDayTimeColumnVector
 
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.ListColumnVector
 
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
 
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.MapColumnVector
 
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
 
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
 
stringifyValue(StringBuilder, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
StructColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
The representation of a vectorized column of struct objects.
StructColumnVector() - Constructor for class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
 
StructColumnVector(int, ColumnVector...) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
Constructor for StructColumnVector
subtract(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
SYSTEM_DEFAULT_PRECISION - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
Default precision/scale when system is not able to determine them, such as in case of a non-generic udf.
SYSTEM_DEFAULT_SCALE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 

T

tags - Variable in class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
take() - Method in interface org.apache.hadoop.hive.common.Pool
 
time - Variable in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
 
TimestampColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
This class represents a nullable timestamp column vector capable of handing a wide range of timestamp values.
TimestampColumnVector() - Constructor for class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Use this constructor by default.
TimestampColumnVector(int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Don't use this except for testing purposes.
timestampUpdate(Timestamp, int) - Method in class org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector
Set a Timestamp object from a row of the column.
TimestampUtils - Class in org.apache.hadoop.hive.ql.util
Utitilities for Timestamps and the relevant conversions.
TimestampUtils() - Constructor for class org.apache.hadoop.hive.ql.util.TimestampUtils
 
timeToDate(long) - Static method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
toFormatString(int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
Return a string representation of the number with the number of decimal digits as the given scale.
toString() - Method in class org.apache.hadoop.hive.common.io.DiskRange
 
toString() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
toString() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
toString(int) - Method in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
toString() - Method in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
toString() - Method in class org.apache.hadoop.hive.ql.io.sarg.ExpressionTree
 
toString() - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl.PredicateLeafImpl
 
toString() - Method in class org.apache.hadoop.hive.ql.io.sarg.SearchArgumentImpl
 
toString() - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
toString() - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
totalSeconds - Variable in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
truncate(byte[], int, int, int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
truncate(BytesColumnVector, int, byte[], int, int, int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 
truncateScalar(byte[], int) - Static method in class org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr
 

U

unFlatten() - Method in class org.apache.hadoop.hive.ql.exec.vector.ColumnVector
Restore the state of isRepeating and noNulls to what it was before flattening.
unFlatten() - Method in class org.apache.hadoop.hive.ql.exec.vector.ListColumnVector
 
unFlatten() - Method in class org.apache.hadoop.hive.ql.exec.vector.MapColumnVector
 
unFlatten() - Method in class org.apache.hadoop.hive.ql.exec.vector.StructColumnVector
 
unFlatten() - Method in class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
UnionColumnVector - Class in org.apache.hadoop.hive.ql.exec.vector
The representation of a vectorized column of struct objects.
UnionColumnVector() - Constructor for class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
 
UnionColumnVector(int, ColumnVector...) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.UnionColumnVector
Constructor for UnionColumnVector
unscaledValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
USER_DEFAULT_PRECISION - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
Default precision/scale when user doesn't specify in the column metadata, such as decimal and decimal(8).
USER_DEFAULT_SCALE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 

V

value - Variable in class org.apache.hadoop.hive.common.io.DataCache.BooleanRef
 
valueOf(String) - Static method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
valueOf(String) - Static method in enum org.apache.hadoop.hive.ql.exec.vector.ColumnVector.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.ql.io.sarg.ExpressionTree.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.ql.io.sarg.SearchArgument.TruthValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.hive.ql.exec.vector.ColumnVector.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.hadoop.hive.ql.exec.vector.MapColumnVector
 
values() - Static method in enum org.apache.hadoop.hive.ql.io.sarg.ExpressionTree.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hive.ql.io.sarg.SearchArgument.TruthValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hive.ql.util.JavaDataModel
Returns an array containing the constants of this enum type, in the order they are declared.
vector - Variable in class org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector
 
vector - Variable in class org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
A vector of HiveDecimalWritable objects.
vector - Variable in class org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector
 
vector - Variable in class org.apache.hadoop.hive.ql.exec.vector.LongColumnVector
 
VectorizedRowBatch - Class in org.apache.hadoop.hive.ql.exec.vector
A VectorizedRowBatch is a set of rows, organized with each column as a vector.
VectorizedRowBatch(int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
Return a batch with the specified number of columns.
VectorizedRowBatch(int, int) - Constructor for class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
Return a batch with the specified number of columns and rows.

W

write(DataOutput) - Method in class org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch
 
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 

Z

ZERO - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

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