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

A

AbstractDeserializer - Class in org.apache.hadoop.hive.serde2
Abstract class for implementing Deserializer.
AbstractDeserializer() - Constructor for class org.apache.hadoop.hive.serde2.AbstractDeserializer
 
AbstractPrimitiveJavaObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
An AbstractJavaPrimitiveObjectInspector for a Java object.
AbstractPrimitiveLazyObjectInspector<T extends org.apache.hadoop.io.Writable> - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
An AbstractPrimitiveLazyObjectInspector for a LazyPrimitive object.
AbstractPrimitiveObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
An AbstractPrimitiveObjectInspector is based on ObjectInspectorUtils.PrimitiveTypeEntry.
AbstractPrimitiveWritableObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
An AbstractWritablePrimitiveObjectInspector for a Writable object.
AbstractSerDe - Class in org.apache.hadoop.hive.serde2
Abstract class for implementing SerDe.
AbstractSerDe() - Constructor for class org.apache.hadoop.hive.serde2.AbstractSerDe
 
AbstractSerializer - Class in org.apache.hadoop.hive.serde2
Abstract class for implementing Serializer.
AbstractSerializer() - Constructor for class org.apache.hadoop.hive.serde2.AbstractSerializer
 
accept(TypeInfo) - Method in class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
 
accept(TypeInfo) - Method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo
 
addField(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.objectinspector.SettableUnionObjectInspector
 
addField(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
 
adjustBeginLineColumn(int, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
appendReadColumnIDs(Configuration, List<Integer>) - Static method in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
Deprecated. for backwards compatibility with <= 0.12, use appendReadColumns
appendReadColumns(Configuration, List<Integer>) - Static method in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
Appends read columns' ids (start from zero).
appendReadColumns(Configuration, List<Integer>, List<String>) - Static method in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
 
areEqual(Object[], Object[]) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ListObjectsEqualComparer
ol0, ol1 should have equal or less number of elements than objectinspectors passed in constructor.
Async() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
AVRO_SERDE_SCHEMA - Static variable in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
 
AvroGenericRecordWritable - Class in org.apache.hadoop.hive.serde2.avro
Wrapper around an Avro GenericRecord.
AvroGenericRecordWritable() - Constructor for class org.apache.hadoop.hive.serde2.avro.AvroGenericRecordWritable
 
AvroGenericRecordWritable(GenericRecord) - Constructor for class org.apache.hadoop.hive.serde2.avro.AvroGenericRecordWritable
 
AvroSerDe - Class in org.apache.hadoop.hive.serde2.avro
Read or write Avro data from Hive.
AvroSerDe() - Constructor for class org.apache.hadoop.hive.serde2.avro.AvroSerDe
 
AvroSerdeException - Exception in org.apache.hadoop.hive.serde2.avro
 
AvroSerdeException() - Constructor for exception org.apache.hadoop.hive.serde2.avro.AvroSerdeException
 
AvroSerdeException(String) - Constructor for exception org.apache.hadoop.hive.serde2.avro.AvroSerdeException
 
AvroSerdeException(Throwable) - Constructor for exception org.apache.hadoop.hive.serde2.avro.AvroSerdeException
 
AvroSerdeException(String, Throwable) - Constructor for exception org.apache.hadoop.hive.serde2.avro.AvroSerdeException
 
AvroSerdeUtils - Class in org.apache.hadoop.hive.serde2.avro
Utilities useful only to the AvroSerde itself.
AvroSerdeUtils() - Constructor for class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
 

B

backup(int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
BadSchemaException - Exception in org.apache.hadoop.hive.serde2.avro
 
BadSchemaException() - Constructor for exception org.apache.hadoop.hive.serde2.avro.BadSchemaException
 
BaseCharTypeInfo - Class in org.apache.hadoop.hive.serde2.typeinfo
 
BaseCharTypeInfo() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.BaseCharTypeInfo
 
BaseCharTypeInfo(String, int) - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.BaseCharTypeInfo
 
BaseCharUtils - Class in org.apache.hadoop.hive.serde2.typeinfo
 
BaseCharUtils() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.BaseCharUtils
 
beginColumn - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
BINARY_SORTABLE_LENGTH - Static variable in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
BinaryObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
BinarySortableSerDe - Class in org.apache.hadoop.hive.serde2.binarysortable
BinarySortableSerDe can be used to write data in a way that the data can be compared byte-by-byte with the same order.
BinarySortableSerDe() - Constructor for class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
 
binaryTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
binaryTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
BooleanObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A BooleanObjectInspector inspects an Object representing a Boolean.
booleanTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
booleanTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
BufferSizeKey - Static variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
bufpos - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ByteArrayRef - Class in org.apache.hadoop.hive.serde2.lazy
ByteArrayRef stores a reference to a byte array.
ByteArrayRef() - Constructor for class org.apache.hadoop.hive.serde2.lazy.ByteArrayRef
 
byteArrayToInt(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Convert the byte array to an int starting from the given offset.
byteArrayToLong(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Convert the byte array to a long starting from the given offset.
byteArrayToShort(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Convert the byte array to a short starting from the given offset.
ByteObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A ByteObjectInspector inspects an Object representing a Byte object.
bytes - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe.StringWrapper
 
BytesRefArrayWritable - Class in org.apache.hadoop.hive.serde2.columnar
BytesRefArrayWritable holds an array reference to BytesRefWritable, and is able to resize without recreating new array if not necessary.
BytesRefArrayWritable(int) - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Constructs an empty array with the specified capacity.
BytesRefArrayWritable() - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Constructs an empty array with a capacity of ten.
BytesRefWritable - Class in org.apache.hadoop.hive.serde2.columnar
BytesRefWritable referenced a section of byte array.
BytesRefWritable() - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Create a zero-size bytes.
BytesRefWritable(int) - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Create a BytesRefWritable with length bytes.
BytesRefWritable(byte[]) - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Create a BytesRefWritable referenced to the given bytes.
BytesRefWritable(byte[], int, int) - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Create a BytesRefWritable referenced to one section of the given bytes.
BytesRefWritable(LazyDecompressionCallback, int, int) - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Create a BytesRefWritable referenced to one section of the given bytes.
ByteStream - Class in org.apache.hadoop.hive.serde2
Extensions to bytearrayinput/output streams.
ByteStream() - Constructor for class org.apache.hadoop.hive.serde2.ByteStream
 
ByteStream.Input - Class in org.apache.hadoop.hive.serde2
Input.
ByteStream.Input() - Constructor for class org.apache.hadoop.hive.serde2.ByteStream.Input
 
ByteStream.Input(byte[]) - Constructor for class org.apache.hadoop.hive.serde2.ByteStream.Input
 
ByteStream.Input(byte[], int, int) - Constructor for class org.apache.hadoop.hive.serde2.ByteStream.Input
 
ByteStream.Output - Class in org.apache.hadoop.hive.serde2
Output.
ByteStream.Output() - Constructor for class org.apache.hadoop.hive.serde2.ByteStream.Output
 
ByteStream.Output(int) - Constructor for class org.apache.hadoop.hive.serde2.ByteStream.Output
 
ByteStreamTypedSerDe - Class in org.apache.hadoop.hive.serde2
ByteStreamTypedSerDe.
ByteStreamTypedSerDe(Type) - Constructor for class org.apache.hadoop.hive.serde2.ByteStreamTypedSerDe
 
byteTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
byteTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
ByteWritable - Class in org.apache.hadoop.hive.serde2.io
ByteWritable.
ByteWritable(byte) - Constructor for class org.apache.hadoop.hive.serde2.io.ByteWritable
 
ByteWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.ByteWritable
 
ByteWritable.Comparator - Class in org.apache.hadoop.hive.serde2.io
A Comparator optimized for BytesWritable.
ByteWritable.Comparator() - Constructor for class org.apache.hadoop.hive.serde2.io.ByteWritable.Comparator
 

C

charTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
CharTypeInfo - Class in org.apache.hadoop.hive.serde2.typeinfo
 
CharTypeInfo() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.CharTypeInfo
 
CharTypeInfo(int) - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.CharTypeInfo
 
charTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
checkObjectByteInfo(ObjectInspector, byte[], int, LazyBinaryUtils.RecordInfo) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Check a particular field and set its size and offset in bytes based on the field type and the bytes arrays.
clear() - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Removes all elements.
clear(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.SettableMapObjectInspector
Clear the map.
clear(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 
clearNodeScope(Node) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
clone() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
 
closeNodeScope(Node, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
closeNodeScope(Node, boolean) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
col - Variable in class org.apache.hadoop.hive.serde2.ColumnSet
 
COLON - Static variable in class org.apache.hadoop.hive.serde2.SerDeUtils
 
ColumnarSerDe - Class in org.apache.hadoop.hive.serde2.columnar
ColumnarSerDe is used for columnar based storage supported by RCFile.
ColumnarSerDe() - Constructor for class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
 
ColumnarSerDeBase - Class in org.apache.hadoop.hive.serde2.columnar
 
ColumnarSerDeBase() - Constructor for class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDeBase
 
ColumnarStruct - Class in org.apache.hadoop.hive.serde2.columnar
ColumnarStruct is different from LazyStruct in that ColumnarStruct's field Object get parsed at its initialize time when call ColumnarStructBase.init(BytesRefArrayWritable cols), while LazyStruct parse fields in a lazy way.
ColumnarStruct(ObjectInspector, List<Integer>, Text) - Constructor for class org.apache.hadoop.hive.serde2.columnar.ColumnarStruct
Construct a ColumnarStruct object with the TypeInfo.
ColumnarStructBase - Class in org.apache.hadoop.hive.serde2.columnar
 
ColumnarStructBase(ObjectInspector, List<Integer>) - Constructor for class org.apache.hadoop.hive.serde2.columnar.ColumnarStructBase
 
ColumnProjectionUtils - Class in org.apache.hadoop.hive.serde2
ColumnProjectionUtils.
ColumnSet - Class in org.apache.hadoop.hive.serde2
ColumnSet.
ColumnSet() - Constructor for class org.apache.hadoop.hive.serde2.ColumnSet
 
ColumnSet(ArrayList<String>) - Constructor for class org.apache.hadoop.hive.serde2.ColumnSet
 
COMMA - Static variable in class org.apache.hadoop.hive.serde2.SerDeUtils
 
CommaOrSemicolon() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable.Comparator
Compare the buffers in serialized form.
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable.Comparator
Compare the buffers in serialized form.
compare(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
Returns -1 if the first byte sequence is lexicographically less than the second; returns +1 if the second byte sequence is lexicographically less than the first; otherwise return 0.
compare(Object, MapObjectInspector, Object, MapObjectInspector) - Method in class org.apache.hadoop.hive.serde2.objectinspector.CrossMapEqualComparer
 
compare(Object, MapObjectInspector, Object, MapObjectInspector) - Method in class org.apache.hadoop.hive.serde2.objectinspector.FullMapEqualComparer
 
compare(Object, MapObjectInspector, Object, MapObjectInspector) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapEqualComparer
 
compare(Object[], ObjectInspector[], Object[], ObjectInspector[]) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Compare two arrays of objects with their respective arrays of ObjectInspectors.
compare(Object, ObjectInspector, Object, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Compare two objects with their respective ObjectInspectors.
compare(Object, ObjectInspector, Object, ObjectInspector, MapEqualComparer) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Compare two objects with their respective ObjectInspectors.
compare(Object, MapObjectInspector, Object, MapObjectInspector) - Method in class org.apache.hadoop.hive.serde2.objectinspector.SimpleMapEqualComparer
 
comparePrimitiveObjects(Object, PrimitiveObjectInspector, Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Compare 2 primitive objects.
comparePrimitiveObjectsWithConversion(Object, PrimitiveObjectInspector, Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Compare 2 Primitive Objects with their Object Inspector, conversions allowed.
compareSupported(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Whether comparison is supported for this type.
compareTo(BytesRefArrayWritable) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
compareTo(BytesRefWritable) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
compareTo(Object) - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
Compares two ByteWritables.
compareTo(DateWritable) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
compareTo(Object) - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
compareTo(HiveCharWritable) - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
compareTo(HiveDecimalWritable) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
compareTo(HiveVarcharWritable) - Method in class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
compareTo(Object) - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
compareTo(TimestampWritable) - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
compareTypes(ObjectInspector, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Compares two types identified by the given object inspectors.
ConfigurableTProtocol - Interface in org.apache.hadoop.hive.serde2.thrift
An interface for TProtocols that need to have properties passed in to initialize them.
Const() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
ConstantObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector
ConstantObjectInspector.
Constants - Class in org.apache.hadoop.hive.serde
Deprecated. 
Constants() - Constructor for class org.apache.hadoop.hive.serde.Constants
Deprecated.  
ConstList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
ConstListContents() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
ConstMap() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
ConstMapContents() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
ConstValue() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
convert(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.Converter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.IdentityConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.ListConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.MapConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.StructConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.UnionConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.BinaryConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.BooleanConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.ByteConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.DateConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.DoubleConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.FloatConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.HiveCharConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.HiveDecimalConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.HiveVarcharConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.IntConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.LongConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.ShortConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.StringConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.TextConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.TimestampConverter
 
convertPrimitiveToDouble(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Convert a primitive object to double.
convertTimestampToBytes(Timestamp, byte[], int) - Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
Writes a Timestamp's serialized value to byte array b at the given offset
convertToString(byte[], int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
Convert a UTF-8 byte array to String.
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBinaryObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBooleanObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyByteObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyDateObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyDoubleObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyFloatObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveCharObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveDecimalObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveVarcharObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyIntObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyLongObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyShortObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyStringObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyTimestampObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyVoidObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBinaryObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBooleanObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDateObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableFloatObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveCharObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveDecimalObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableIntObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableLongObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableShortObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableVoidObjectInspector
 
copyObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
Get a copy of the Object in the same class, so the return value can be stored independently of the parameter.
copyStructToArray(Object, ObjectInspector, ObjectInspectorUtils.ObjectInspectorCopyOption, Object[], int) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
copyToStandardJavaObject(Object, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
copyToStandardObject(List<Object>, Object, StructObjectInspector, ObjectInspectorUtils.ObjectInspectorCopyOption) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Copy fields in the input row to the output array of standard objects.
copyToStandardObject(Object, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Returns a deep copy of the Object o that can be scanned by a StandardObjectInspector returned by getStandardObjectInspector(oi).
copyToStandardObject(Object, ObjectInspector, ObjectInspectorUtils.ObjectInspectorCopyOption) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
create(byte[]) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBinaryObjectInspector
 
create(BytesWritable) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBinaryObjectInspector
 
create(boolean) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBooleanObjectInspector
 
create(byte) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaByteObjectInspector
 
create(Date) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDateObjectInspector
 
create(double) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDoubleObjectInspector
 
create(float) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaFloatObjectInspector
 
create(HiveChar) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveCharObjectInspector
 
create(byte[], int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveDecimalObjectInspector
 
create(HiveDecimal) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveDecimalObjectInspector
 
create(HiveVarchar) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveVarcharObjectInspector
 
create(int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaIntObjectInspector
 
create(long) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaLongObjectInspector
 
create(short) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaShortObjectInspector
 
create(Text) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaStringObjectInspector
 
create(String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaStringObjectInspector
 
create(Timestamp) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
 
create(byte[], int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
 
create(byte[]) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableBinaryObjectInspector
Create an object with the value.
create(BytesWritable) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableBinaryObjectInspector
Create an object with the value.
create(boolean) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableBooleanObjectInspector
Create an object with the value.
create(byte) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableByteObjectInspector
Create an object with the value.
create(Date) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableDateObjectInspector
 
create(double) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableDoubleObjectInspector
Create an object with the value.
create(float) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableFloatObjectInspector
Create an object with the value.
create(HiveChar) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveCharObjectInspector
 
create(byte[], int) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveDecimalObjectInspector
 
create(HiveDecimal) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveDecimalObjectInspector
 
create(HiveVarchar) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveVarcharObjectInspector
 
create(int) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableIntObjectInspector
Create an object with the value.
create(long) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableLongObjectInspector
Create an object with the value.
create(short) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableShortObjectInspector
Create an object with the value.
create(Text) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableStringObjectInspector
Create an object with the value.
create(String) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableStringObjectInspector
Create an object with the value.
create(byte[], int) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableTimestampObjectInspector
 
create(Timestamp) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableTimestampObjectInspector
 
create(byte[]) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
 
create(BytesWritable) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
 
create(boolean) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBooleanObjectInspector
 
create(byte) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
 
create(Date) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDateObjectInspector
 
create(double) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
 
create(float) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableFloatObjectInspector
 
create(HiveChar) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveCharObjectInspector
 
create(byte[], int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveDecimalObjectInspector
 
create(HiveDecimal) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveDecimalObjectInspector
 
create(HiveVarchar) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector
 
create(int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableIntObjectInspector
 
create(long) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableLongObjectInspector
 
create(short) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableShortObjectInspector
 
create(Text) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
 
create(String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
 
create(byte[], int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
 
create(Timestamp) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
 
create() - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
 
create(int) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.SettableListObjectInspector
Create a list with the given size.
create() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.SettableMapObjectInspector
Create an empty map.
create() - Method in class org.apache.hadoop.hive.serde2.objectinspector.SettableStructObjectInspector
Create a struct which is not null, but all its fields are null.
create() - Method in class org.apache.hadoop.hive.serde2.objectinspector.SettableUnionObjectInspector
 
create(int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
 
create() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 
create() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
create() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
 
createByteArray(BytesWritable) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
gets a byte[] with copy of data from source BytesWritable
createColumnarStructInspector(List<String>, List<TypeInfo>, byte[], Text, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a hierarchical ObjectInspector for ColumnarStruct with the given columnNames and columnTypeInfos.
createColumnarStructInspector(List<String>, List<TypeInfo>) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryFactory
 
createLazyBinaryObject(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryFactory
Create a hierarchical LazyBinaryObject based on the given typeInfo.
createLazyBinaryPrimitiveClass(PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryFactory
Create a lazy binary primitive class given the type name.
createLazyObject(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a hierarchical LazyObject based on the given typeInfo.
createLazyObject(ObjectInspector, boolean) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Creates a LazyObject based on the LazyObjectInspector.
createLazyObjectInspector(TypeInfo, byte[], int, Text, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a hierarchical ObjectInspector for LazyObject with the given typeInfo.
createLazyPrimitiveBinaryClass(PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
 
createLazyPrimitiveClass(PrimitiveObjectInspector, boolean) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a lazy primitive object instance given a primitive object inspector based on it's type.
createLazyPrimitiveClass(PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a lazy primitive class given the type name.
createLazyStructInspector(List<String>, List<TypeInfo>, byte[], Text, boolean, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a hierarchical ObjectInspector for LazyStruct with the given columnNames and columnTypeInfos.
createTimestamp(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
CrossMapEqualComparer - Class in org.apache.hadoop.hive.serde2.objectinspector
 
CrossMapEqualComparer() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.CrossMapEqualComparer
 
currentToken - Variable in exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
This is the last token that has been consumed successfully.

D

DateObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A DateObjectInspector inspects an Object representing a Date.
dateToDays(Date) - Static method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
dateTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
dateTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
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
 
debugStream - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Debug output.
decimalToTimestamp(HiveDecimal) - Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
decimalTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
DecimalTypeInfo - Class in org.apache.hadoop.hive.serde2.typeinfo
 
DecimalTypeInfo() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
 
DecimalTypeInfo(int, int) - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
 
decimalTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
A DecimalTypeInfo instance that has max precision and max scale.
decompress() - Method in interface org.apache.hadoop.hive.serde2.columnar.LazyDecompressionCallback
 
DEFAULT - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
Lexical state.
defaultNullString - Static variable in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
DefaultSeparator - Static variable in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
DefaultSeparators - Static variable in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
 
Definition() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
DefinitionType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
DelegatedListObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
 
DelegatedListObjectInspector(ListObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
 
DelegatedMapObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
 
DelegatedMapObjectInspector(MapObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
 
DelegatedObjectInspectorFactory - Class in org.apache.hadoop.hive.serde2.objectinspector
 
DelegatedObjectInspectorFactory() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.DelegatedObjectInspectorFactory
 
DelegatedStructObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
 
DelegatedStructObjectInspector(StructObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
 
DelegatedUnionObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
 
DelegatedUnionObjectInspector(UnionObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
 
DelimitedJSONSerDe - Class in org.apache.hadoop.hive.serde2
DelimitedJSONSerDe.
DelimitedJSONSerDe() - Constructor for class org.apache.hadoop.hive.serde2.DelimitedJSONSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.AbstractDeserializer
Deserialize an object out of a Writable blob.
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.AbstractSerDe
Deserialize an object out of a Writable blob.
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.avro.AvroSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.ByteStreamTypedSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDeBase
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.DelimitedJSONSerDe
Not implemented.
deserialize(Writable) - Method in interface org.apache.hadoop.hive.serde2.Deserializer
Deprecated. Deserialize an object out of a Writable blob.
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
deserialize(TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
NOTE: Set is not supported by Hive yet.
deserialize(TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
Deserialize a row from the Writable to a LazyObject.
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
Deserialize a table record to a lazybinary struct.
deserialize(ColumnSet, String, String, String, int) - Static method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
Split the row into columns.
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.RegexSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.thrift.ThriftByteStreamTypedSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.TypedSerDe
 
Deserializer - Interface in org.apache.hadoop.hive.serde2
Deprecated. 
determineSchemaOrReturnErrorSchema(Properties) - Static method in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
Attempt to determine the schema via the usual means, but do not throw an exception if we fail.
determineSchemaOrThrowException(Properties) - Static method in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
Determine the schema to that's been provided for Avro serde work.
DIGIT - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
digit(int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
Returns the digit represented by character b.
disable_tracing() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Disable tracing.
doesPrimitiveMatchTypeParams(HiveBaseChar, BaseCharTypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.BaseCharUtils
 
doesWritableMatchTypeParams(HiveBaseCharWritable, BaseCharTypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.BaseCharUtils
 
Done() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
doPrimitiveCategoriesMatch(TypeInfo, TypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
returns true if both TypeInfos are of primitive type, and the primitive category matches.
DoubleObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A DoubleObjectInspector inspects an Object representing a Double.
doubleToTimestamp(double) - Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
doubleTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
doubleTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
DoubleWritable - Class in org.apache.hadoop.hive.serde2.io
Writable for Double values.
DoubleWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
DoubleWritable(double) - Constructor for class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
DoubleWritable.Comparator - Class in org.apache.hadoop.hive.serde2.io
A Comparator optimized for DoubleWritable.
DoubleWritable.Comparator() - Constructor for class org.apache.hadoop.hive.serde2.io.DoubleWritable.Comparator
 
dump(String) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
dumpHex() - Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
Return the bytes in hex format.
dumpHex() - Method in class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
Return the bytes in hex format.
DynamicSerDe - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDe.
DynamicSerDe() - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
DynamicSerDeAsync - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeAsync(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeAsync
 
DynamicSerDeAsync(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeAsync
 
DynamicSerDeCommaOrSemicolon - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeCommaOrSemicolon(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeCommaOrSemicolon
 
DynamicSerDeCommaOrSemicolon(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeCommaOrSemicolon
 
DynamicSerDeConst - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConst(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConst
 
DynamicSerDeConst(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConst
 
DynamicSerDeConstList - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConstList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstList
 
DynamicSerDeConstList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstList
 
DynamicSerDeConstListContents - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConstListContents(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstListContents
 
DynamicSerDeConstListContents(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstListContents
 
DynamicSerDeConstMap - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConstMap(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstMap
 
DynamicSerDeConstMap(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstMap
 
DynamicSerDeConstMapContents - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConstMapContents(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstMapContents
 
DynamicSerDeConstMapContents(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstMapContents
 
DynamicSerDeConstValue - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConstValue(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstValue
 
DynamicSerDeConstValue(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstValue
 
DynamicSerDeDefinition - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeDefinition(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeDefinition
 
DynamicSerDeDefinition(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeDefinition
 
DynamicSerDeDefinitionType - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeDefinitionType(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeDefinitionType
 
DynamicSerDeDefinitionType(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeDefinitionType
 
DynamicSerDeEnum - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeEnum(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnum
 
DynamicSerDeEnum(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnum
 
DynamicSerDeEnumDef - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeEnumDef(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnumDef
 
DynamicSerDeEnumDef(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnumDef
 
DynamicSerDeEnumDefList - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeEnumDefList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnumDefList
 
DynamicSerDeEnumDefList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnumDefList
 
DynamicSerDeExtends - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeExtends(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeExtends
 
DynamicSerDeExtends(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeExtends
 
DynamicSerDeField - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeField.
DynamicSerDeField(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeField
 
DynamicSerDeField(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeField
 
DynamicSerDeFieldList - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeFieldList.
DynamicSerDeFieldList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
DynamicSerDeFieldList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
DynamicSerDeFieldRequiredness - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeFieldRequiredness.
DynamicSerDeFieldRequiredness(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldRequiredness
 
DynamicSerDeFieldRequiredness(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldRequiredness
 
DynamicSerDeFieldRequiredness.RequirednessTypes - Enum in org.apache.hadoop.hive.serde2.dynamic_type
RequirednessTypes.
DynamicSerDeFieldType - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeFieldType.
DynamicSerDeFieldType(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldType
 
DynamicSerDeFieldType(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldType
 
DynamicSerDeFieldValue - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFieldValue(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldValue
 
DynamicSerDeFieldValue(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldValue
 
DynamicSerDeFlagArgs - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFlagArgs(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFlagArgs
 
DynamicSerDeFlagArgs(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFlagArgs
 
DynamicSerDeFunction - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeFunction.
DynamicSerDeFunction(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunction
 
DynamicSerDeFunction(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunction
 
DynamicSerDeFunctionType - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFunctionType(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunctionType
 
DynamicSerDeFunctionType(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunctionType
 
DynamicSerDeHeader - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeHeader(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeHeader
 
DynamicSerDeHeader(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeHeader
 
DynamicSerDeHeaderList - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeHeaderList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeHeaderList
 
DynamicSerDeHeaderList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeHeaderList
 
DynamicSerDeInclude - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeInclude(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeInclude
 
DynamicSerDeInclude(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeInclude
 
DynamicSerDeNamespace - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeNamespace(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeNamespace
 
DynamicSerDeNamespace(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeNamespace
 
DynamicSerDeSenum - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeSenum(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenum
 
DynamicSerDeSenum(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenum
 
DynamicSerDeSenumDef - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeSenumDef(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenumDef
 
DynamicSerDeSenumDef(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenumDef
 
DynamicSerDeSenumDefList - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeSenumDefList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenumDefList
 
DynamicSerDeSenumDefList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenumDefList
 
DynamicSerDeService - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeService(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeService
 
DynamicSerDeService(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeService
 
DynamicSerDeSimpleNode - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeSimpleNode.
DynamicSerDeSimpleNode(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSimpleNode
 
DynamicSerDeSimpleNode(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSimpleNode
 
DynamicSerDeStart - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeStart(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStart
 
DynamicSerDeStart(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStart
 
DynamicSerDeStruct - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeStruct.
DynamicSerDeStruct(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct
 
DynamicSerDeStruct(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct
 
DynamicSerDeStructBase - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeStructBase.
DynamicSerDeStructBase(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
 
DynamicSerDeStructBase(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
 
dynamicSerDeStructBaseToObjectInspector(DynamicSerDeTypeBase) - Static method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
DynamicSerDeThrows - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeThrows(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeThrows
 
DynamicSerDeThrows(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeThrows
 
DynamicSerDeTypeBase - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypeBase.
DynamicSerDeTypeBase(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
DynamicSerDeTypeBase(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
DynamicSerDeTypeBool - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypeBool.
DynamicSerDeTypeBool(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
DynamicSerDeTypeBool(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
DynamicSerDeTypeByte - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypeByte.
DynamicSerDeTypeByte(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
DynamicSerDeTypeByte(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
DynamicSerDeTypedef - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypedef.
DynamicSerDeTypedef(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
 
DynamicSerDeTypedef(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
 
DynamicSerDeTypeDefinition - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypeDefinition(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDefinition
 
DynamicSerDeTypeDefinition(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDefinition
 
DynamicSerDeTypeDouble - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypeDouble.
DynamicSerDeTypeDouble(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
DynamicSerDeTypeDouble(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
DynamicSerDeTypei16 - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypei16.
DynamicSerDeTypei16(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
 
DynamicSerDeTypei16(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
 
DynamicSerDeTypei32 - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypei32.
DynamicSerDeTypei32(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
DynamicSerDeTypei32(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
DynamicSerDeTypei64 - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypei64.
DynamicSerDeTypei64(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
 
DynamicSerDeTypei64(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
 
DynamicSerDeTypeList - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypeList.
DynamicSerDeTypeList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
DynamicSerDeTypeList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
DynamicSerDeTypeMap - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypeMap.
DynamicSerDeTypeMap(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
DynamicSerDeTypeMap(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
DynamicSerDeTypeSet - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypeSet.
DynamicSerDeTypeSet(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
 
DynamicSerDeTypeSet(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
 
DynamicSerDeTypeString - Class in org.apache.hadoop.hive.serde2.dynamic_type
DynamicSerDeTypeString.
DynamicSerDeTypeString(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
DynamicSerDeTypeString(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
DynamicSerDeUnflagArgs - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeUnflagArgs(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeUnflagArgs
 
DynamicSerDeUnflagArgs(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeUnflagArgs
 
DynamicSerDeXception - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeXception(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeXception
 
DynamicSerDeXception(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeXception
 

E

elementOffset - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.RecordInfo
 
elementSize - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.RecordInfo
 
enable_tracing() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Enable tracing.
endColumn - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
enforceMaxLength(int) - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
enforceMaxLength(int) - Method in class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
enforcePrecisionScale(HiveDecimal, DecimalTypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.HiveDecimalUtils
 
enforcePrecisionScale(HiveDecimal, int, int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.HiveDecimalUtils
 
enforcePrecisionScale(HiveDecimalWritable, DecimalTypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.HiveDecimalUtils
 
enforcePrecisionScale(HiveDecimalWritable, int, int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.HiveDecimalUtils
 
Enum() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
EnumDef() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
EnumDefList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
EOF - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
End of File.
equals(Object) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
equals(Object) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
Returns true iff o is a DoubleWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.HiveBaseCharWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyPrimitive
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryPrimitive
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.CharTypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.VarcharTypeInfo
 
escapeString(String) - Static method in class org.apache.hadoop.hive.serde2.SerDeUtils
Escape a String in JSON format.
EXCEPTION_MESSAGE - Static variable in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
 
expectedTokenSequences - Variable in exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
Each entry in this array is an array of integers.
Extends() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
extractColumnInfo(Properties, LazySimpleSerDe.SerDeParameters, String) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
 

F

falseBytes - Static variable in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
 
Field() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FieldList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FieldRequiredness() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FieldType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FieldValue() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FlagArgs() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FloatObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A FloatObjectInspector inspects an Object representing a Float.
floatToTimestamp(float) - Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
Interprets a float as a unix timestamp and returns a Timestamp object
floatTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
floatTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
FullMapEqualComparer - Class in org.apache.hadoop.hive.serde2.objectinspector
 
FullMapEqualComparer() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.FullMapEqualComparer
 
Function() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FunctionType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 

G

generateParseException() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Generate ParseException.
get(int) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Gets the BytesRefWritable at the specified position.
get(Object) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
get() - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
 
get() - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
get() - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
get() - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBooleanObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyByteObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyDoubleObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyFloatObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyIntObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyLongObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyShortObjectInspector
 
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BooleanObjectInspector
Get the boolean data.
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.ByteObjectInspector
Get the byte data.
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.DoubleObjectInspector
Get the double data.
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.FloatObjectInspector
Get the float data.
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.IntObjectInspector
Get the int data.
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBooleanObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaByteObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDateObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDoubleObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaFloatObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaIntObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaLongObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaShortObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
 
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.LongObjectInspector
Get the long data.
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.ShortObjectInspector
Get the short data.
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBooleanObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableFloatObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableIntObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableLongObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableShortObjectInspector
 
getAllStructFieldNames() - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe.NullStructSerDeObjectInspector
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
Returns all the fields.
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
 
getAllStructFieldTypeInfos() - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
 
getAllUnionObjectTypeInfos() - Method in class org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo
 
getArrayElementType(Type) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
Returns the array element type, if the Type is an array (Object[]), or GenericArrayType (Map[]).
getBaseName(String) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
 
getBeginColumn() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
getBeginLine() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
getBinary(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
getBinaryFromText(Text) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
getBinarySortable() - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
getBoolean(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the boolean value out of a primitive object.
getByte(String, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
Return the byte value of the number string.
getByte(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the byte value out of a primitive object.
getBytes() - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
Used to create copies of objects
getBytesCopy() - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Returns a copy of the underlying bytes referenced by this instance.
getCategory() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe.NullStructSerDeObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
 
getCategory() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
An ObjectInspector must inherit from one of the following interfaces if getCategory() returns: PRIMITIVE: PrimitiveObjectInspector LIST: ListObjectInspector MAP: MapObjectInspector STRUCT: StructObjectInspector.
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
Return the associated category this primitive ObjectInspector.
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
Returns the category of this TypeInfo.
getCategory() - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
 
getCategory() - Method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo
The Category of this TypeInfo.
getCategory() - Method in class org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo
 
getCharacterLength() - Method in class org.apache.hadoop.hive.serde2.io.HiveBaseCharWritable
 
getCharacterLength() - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
getCharacterLengthForType(PrimitiveTypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
Return the character length of the type
getCharTypeInfo(int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
getChildren() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
getColumn() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
Deprecated.  
getColumnarStructObjectInspector(List<String>, List<ObjectInspector>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getColumnarStructObjectInspector(List<String>, List<ObjectInspector>, List<String>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getColumnNames() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
getColumnTypes() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
getConstantObjectInspector(ObjectInspector, Object) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
getConvertedOI(ObjectInspector, ObjectInspector, Map<ObjectInspector, Boolean>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters
 
getConvertedOI(ObjectInspector, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters
 
getConverter(ObjectInspector, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters
Returns a converter that converts objects from one OI to another OI.
getCount() - Method in class org.apache.hadoop.hive.serde2.ByteStream.Input
 
getCount() - Method in class org.apache.hadoop.hive.serde2.ByteStream.Output
 
getData() - Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
Returns the underlying byte array.
getData() - Method in class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
Returns the underlying byte array.
getData() - Method in class org.apache.hadoop.hive.serde2.ByteStream.Input
 
getData() - Method in class org.apache.hadoop.hive.serde2.ByteStream.Output
 
getData() - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Returns the underlying bytes.
getData() - Method in class org.apache.hadoop.hive.serde2.lazy.ByteArrayRef
 
getDate(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
getDays() - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
getDecimalTypeInfo(int, int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
getDeclaredNonStaticFields(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Get all the declared non-static fields of Class c.
getDouble() - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
getDouble(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the double value out of a primitive object.
getElementType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
getElementType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
 
getEnd() - Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
 
getEndColumn() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
getEndLine() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
getEscapeChar() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
getEscapeChar() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
 
getEscapeChar() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getEscapeChar() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getEscapeChar() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
 
getEscapeChar() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyStringObjectInspector
 
getField(int) - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarStructBase
Get one field out of the struct.
getField(int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
Get one field out of the struct.
getField() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyUnion
Get the field out of the union.
getField(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
 
getField(int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct
Get one field out of the struct.
getField(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
 
getField(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
Return the field based on the tag value associated with the Object.
getField(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspector
Return the field based on the tag associated with the Object.
getFieldComment() - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector.MyField
 
getFieldComment() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.StructField
Get the comment for the field.
getFieldComment() - Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector.MyField
 
getFieldList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunction
 
getFieldList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct
 
getFieldList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
 
getFieldName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector.MyField
 
getFieldName() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.StructField
Get the name of the field.
getFieldName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector.MyField
 
getFieldNames(StructObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Get the list of field names as csv from a StructObjectInspector.
getFieldObjectInspector() - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector.MyField
 
getFieldObjectInspector() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.StructField
Get the ObjectInspector for the field.
getFieldObjectInspector() - Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector.MyField
 
getFieldsAsList() - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarStructBase
Get the values of the fields as an ArrayList.
getFieldsAsList() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
Get the values of the fields as an ArrayList.
getFieldsAsList() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct
Get the values of the fields as an ArrayList.
getFieldType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeField
 
getFieldTypes(StructObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Get the list of field type as csv from a StructObjectInspector.
getFloat(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the float value out of a primitive object.
getHiveChar() - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
getHiveChar(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
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.
getHiveDecimal(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
getHiveVarchar() - Method in class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
getHiveVarchar(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
GetImage() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
getInstance(List<String>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.MetadataListStructObjectInspector
 
getInstance(List<String>, List<String>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.MetadataListStructObjectInspector
 
getInt(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the integer value out of a primitive object.
getInternalStorage() - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
getItemSeparator() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getJavaPrimitiveClass() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
Return the associated Java primitive class for this primitive ObjectInspector.
getJavaPrimitiveClass() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
Get the Java Primitive class which is the return type of getJavaPrimitiveObject().
getJavaPrimitiveClassFromObjectInspector(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
getJSONString(Object, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.SerDeUtils
 
getJSONString(Object, ObjectInspector, String) - Static method in class org.apache.hadoop.hive.serde2.SerDeUtils
Use this if you need to have custom representation of top level null .
getKeyType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
getKeyValueSeparator() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getLastColumnTakesRest() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getLazyBinaryListObjectInspector(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryObjectInspectorFactory
 
getLazyBinaryMapObjectInspector(ObjectInspector, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryObjectInspectorFactory
 
getLazyBinaryObjectInspectorFromTypeInfo(TypeInfo) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Returns the lazy binary object inspector that can be used to inspect an lazy binary object of that typeInfo For primitive types, we use the standard writable object inspector.
getLazyBinaryStructObjectInspector(List<String>, List<ObjectInspector>) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryObjectInspectorFactory
 
getLazyBinaryStructObjectInspector(List<String>, List<ObjectInspector>, List<String>) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryObjectInspectorFactory
 
getLazyObjectInspector(PrimitiveTypeInfo, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
getLazyObjectInspector(PrimitiveTypeInfo) - Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
getLazySimpleListObjectInspector(ObjectInspector, byte, Text, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyObjectInspectorFactory
 
getLazySimpleMapObjectInspector(ObjectInspector, ObjectInspector, byte, byte, Text, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyObjectInspectorFactory
 
getLazySimpleStructObjectInspector(List<String>, List<ObjectInspector>, byte, Text, boolean, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyObjectInspectorFactory
 
getLazySimpleStructObjectInspector(List<String>, List<ObjectInspector>, List<String>, byte, Text, boolean, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyObjectInspectorFactory
 
getLazyStringObjectInspector(boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
getLazyUnionObjectInspector(List<ObjectInspector>, byte, Text, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyObjectInspectorFactory
 
getLength() - Method in class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
Returns the current length.
getLength() - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
 
getLength() - Method in class org.apache.hadoop.hive.serde2.typeinfo.BaseCharTypeInfo
 
getLine() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
Deprecated.  
getList() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyArray
Returns the List of actual primitive objects.
getList(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
 
getList() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryArray
Returns the List of actual primitive objects.
getList(Object) - Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryListObjectInspector
 
getList(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
 
getList(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspector
returns null for data = null.
getList(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
 
getListElement(Object, int) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
 
getListElement(Object, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryListObjectInspector
 
getListElement(Object, int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
 
getListElement(Object, int) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspector
returns null for null list, out-of-the-range index.
getListElement(Object, int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
 
getListElementObject(int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyArray
Returns the actual primitive object at the index position inside the array represented by this LazyObject.
getListElementObject(int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryArray
Returns the actual primitive object at the index position inside the array represented by this LazyBinaryObject.
getListElementObjectInspector() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
 
getListElementObjectInspector() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
 
getListElementObjectInspector() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspector
 
getListElementObjectInspector() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
 
getListElementTypeInfo() - Method in class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
 
getListLength() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyArray
Returns -1 for null array.
getListLength(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
 
getListLength() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryArray
Returns the array size.
getListLength(Object) - Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryListObjectInspector
 
getListLength(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
 
getListLength(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspector
returns -1 for data = null.
getListLength(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
 
getListTypeInfo(TypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
getLong(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the long value out of a primitive object.
getMap() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyMap
Return the map object representing this LazyMap.
getMap(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getMap() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryMap
Return the map object representing this LazyBinaryMap.
getMap(Object) - Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryMapObjectInspector
 
getMap(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
 
getMap(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspector
returns null for data = null.
getMap(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 
getMapKeyObjectInspector() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getMapKeyObjectInspector() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
 
getMapKeyObjectInspector() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspector
 
getMapKeyObjectInspector() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 
getMapKeyTypeInfo() - Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
 
getMapSeparator() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
getMapSize() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyMap
Get the size of the map represented by this LazyMap.
getMapSize(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getMapSize() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryMap
Get the size of the map represented by this LazyBinaryMap.
getMapSize(Object) - Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryMapObjectInspector
 
getMapSize(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
 
getMapSize(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspector
returns -1 for NULL map.
getMapSize(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 
getMapTypeInfo(TypeInfo, TypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
getMapValueElement(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyMap
Get the value in the map for the key.
getMapValueElement(Object, Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getMapValueElement(Object) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryMap
Get the value in the map for the key.
getMapValueElement(Object, Object) - Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryMapObjectInspector
 
getMapValueElement(Object, Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
 
getMapValueElement(Object, Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspector
 
getMapValueElement(Object, Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 
getMapValueObjectInspector() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getMapValueObjectInspector() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
 
getMapValueObjectInspector() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspector
 
getMapValueObjectInspector() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 
getMapValueTypeInfo() - Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
 
getMaxLength() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveCharObjectInspector
 
getMaxLength() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveVarcharObjectInspector
 
getMaxLength() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveCharObjectInspector
 
getMaxLength() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector
 
getMessage() - Method in exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.hadoop.hive.serde2.dynamic_type.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMyType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
 
getNanos() - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
getNanos(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
getNeedsEscape() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
getNextToken() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Get the next Token.
getNextToken() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Get the next Token.
getNullSequence() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
getNullSequence() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
Returns the NullSequence for this array.
getNullSequence() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getNullSequence() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getNullSequence() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
 
getNullString() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
getObject() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyNonPrimitive
 
getObject() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyObjectBase
If the LazyObjectBase is a primitive Object, then deserialize it and return the actual primitive Object.
getObject() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyPrimitive
Returns the primitive object represented by this LazyObject.
getObject() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
 
getObject() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryNonPrimitive
 
getObject() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryPrimitive
Returns the primitive object represented by this LazyBinaryObject.
getObject() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct
 
getObject() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector.StandardUnion
 
getObject() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObject
Get the Object.
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.AbstractDeserializer
Get the object inspector that can be used to navigate through the internal structure of the Object returned from deserialize(...).
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.AbstractSerDe
Get the object inspector that can be used to navigate through the internal structure of the Object returned from deserialize(...).
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.avro.AvroSerDe
 
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
 
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDeBase
 
getObjectInspector() - Method in interface org.apache.hadoop.hive.serde2.Deserializer
Deprecated. Get the object inspector that can be used to navigate through the internal structure of the Object returned from deserialize(...).
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
Returns the ObjectInspector for the row.
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
Returns the ObjectInspector for the row.
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe
 
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.RegexSerDe
 
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer
 
getObjectInspector() - Method in class org.apache.hadoop.hive.serde2.TypedSerDe
 
getObjectInspectorName(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Get the class names of the ObjectInspector hierarchy.
getObjectInspectors() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
 
getObjectInspectors() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
 
getObjectInspectors() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
 
getObjectInspectors() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspector
Returns the array of ObjectInspectors that are for each of the tags.
getOtherTypeFromNullableType(Schema) - Static method in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
In a nullable type, get the schema for the non-nullable type.
getPaddedValue() - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
getParameterTypeInfos(Method, int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
Get the parameter TypeInfo for a method.
getPrecisionForType(PrimitiveTypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.HiveDecimalUtils
Need to keep consistent with JdbcColumn.columnPrecision
getPrimarySeparator() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
Inspect the separators this instance is configured with.
getPrimitiveCategory() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
Return the associated primitive category for this primitive ObjectInspector.
getPrimitiveCategory() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
Get the primitive category of the PrimitiveObjectInspector.
getPrimitiveCategory() - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
 
getPrimitiveGrouping(PrimitiveObjectInspector.PrimitiveCategory) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Based on the PrimitiveCategory of a type, return the PrimitiveGrouping that the PrimitiveCategory belongs to (numeric, string, date, etc).
getPrimitiveJavaClass() - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBinaryObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBooleanObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyByteObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyDateObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyDoubleObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyFloatObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveCharObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveDecimalObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveVarcharObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyIntObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyLongObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyShortObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyStringObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyTimestampObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyVoidObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
 
getPrimitiveJavaObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector
 
getPrimitiveJavaObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.DateObjectInspector
 
getPrimitiveJavaObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveCharObjectInspector
 
getPrimitiveJavaObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveDecimalObjectInspector
 
getPrimitiveJavaObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBinaryObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDateObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveCharObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveDecimalObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveVarcharObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaStringObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
 
getPrimitiveJavaObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.StringObjectInspector
Get the String representation of the data.
getPrimitiveJavaObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBooleanObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDateObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableFloatObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveCharObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveDecimalObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableIntObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableLongObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableShortObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableVoidObjectInspector
 
getPrimitiveJavaObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
Get the Java Primitive object.
getPrimitiveJavaObjectInspector(PrimitiveObjectInspector.PrimitiveCategory) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
Returns the PrimitiveJavaObjectInspector for the PrimitiveCategory.
getPrimitiveJavaObjectInspector(PrimitiveTypeInfo) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
Returns the PrimitiveJavaObjectInspector for the given PrimitiveTypeInfo instance,
getPrimitiveObjectInspectorFromClass(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
Returns an ObjectInspector for a primitive Class.
getPrimitiveTypeEntry() - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
 
getPrimitiveTypeInfo(String) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
Get PrimitiveTypeInfo instance for the given type name of a type including types with parameters, such as varchar(20).
getPrimitiveTypeInfoFromJavaPrimitive(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
getPrimitiveTypeInfoFromPrimitiveWritable(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
getPrimitiveWritableClass() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
Return the associated primitive Writable class for this primitive ObjectInspector.
getPrimitiveWritableClass() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
Get the Primitive Writable class which is the return type of getPrimitiveWritableObject() and copyToPrimitiveWritableObject().
getPrimitiveWritableClass() - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
 
getPrimitiveWritableConstantObjectInspector(PrimitiveTypeInfo, Object) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
Returns a PrimitiveWritableObjectInspector which implements ConstantObjectInspector for the PrimitiveCategory.
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.AbstractPrimitiveLazyObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBinaryObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyStringObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveWritableObjectInspector
 
getPrimitiveWritableObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector
 
getPrimitiveWritableObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.DateObjectInspector
 
getPrimitiveWritableObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveCharObjectInspector
 
getPrimitiveWritableObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveDecimalObjectInspector
 
getPrimitiveWritableObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBinaryObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBooleanObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaByteObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDateObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDoubleObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaFloatObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveCharObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveDecimalObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveVarcharObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaIntObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaLongObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaShortObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaStringObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaVoidObjectInspector
 
getPrimitiveWritableObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.StringObjectInspector
Get the Text representation of the data.
getPrimitiveWritableObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDateObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveCharObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveDecimalObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
 
getPrimitiveWritableObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
Return the data in an instance of primitive writable Object.
getPrimitiveWritableObjectInspector(PrimitiveObjectInspector.PrimitiveCategory) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
Returns the PrimitiveWritableObjectInspector for the PrimitiveCategory.
getPrimitiveWritableObjectInspector(PrimitiveTypeInfo) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
Returns the PrimitiveWritableObjectInspector for the given type info
getProtocol(TTransport) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol.Factory
 
getProtocol(TTransport) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol.Factory
 
getProtocolFactoryByName(String) - Static method in class org.apache.hadoop.hive.serde2.thrift.TReflectionUtils
 
getQualifiedName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.BaseCharTypeInfo
 
getQualifiedName(String, int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.BaseCharTypeInfo
 
getQualifiedName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
 
getQualifiedName(int, int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
 
getQualifiedName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo
String representing the qualified type name.
getRawDataSerializedSize() - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarStructBase
 
getRawDataSerializedSize() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
 
getRawDataSerializedSize() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct
 
getRawDataSerializedSize() - Method in interface org.apache.hadoop.hive.serde2.SerDeStatsStruct
Rerurns the serialized size of the object.
getRawDataSize() - Method in class org.apache.hadoop.hive.serde2.SerDeStats
Return the raw data size
getReadColumnIDs(Configuration) - Static method in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
Returns an array of column ids(start from zero) which is set in the given parameter conf.
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
 
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
 
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
 
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
 
getRealType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
getRealTypeInstance() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
getRealTypeInstance() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
getRealTypeInstance() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
getRecord() - Method in class org.apache.hadoop.hive.serde2.avro.AvroGenericRecordWritable
 
getRecordReaderID() - Method in class org.apache.hadoop.hive.serde2.avro.AvroGenericRecordWritable
 
getReflectionObjectInspector(Type, ObjectInspectorFactory.ObjectInspectorOptions) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getRequiredness() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldRequiredness
Get the requiredness attribute of this field.
getRowCount() - Method in class org.apache.hadoop.hive.serde2.SerDeStats
Return the row count
getRowSeparator() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
getRowTypeInfo() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
getScale() - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
getScaleForType(PrimitiveTypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.HiveDecimalUtils
Need to keep consistent with JdbcColumn.columnScale()
getSecondarySeparator() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
getSeconds() - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
getSeconds(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
Gets seconds stored as integer at bytes[offset]
getSeparator() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
Returns the separator for delimiting items in this array.
getSeparator() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getSeparator() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
 
getSeparators() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.AbstractDeserializer
Returns statistics collected when serializing
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.AbstractSerDe
Returns statistics collected when serializing
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.AbstractSerializer
Returns statistics collected when serializing
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.avro.AvroSerDe
 
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
 
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDeBase
 
getSerDeStats() - Method in interface org.apache.hadoop.hive.serde2.Deserializer
Deprecated. Returns statistics collected when serializing
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
Returns the statistics after (de)serialization)
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
Returns the statistics after (de)serialization)
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe
 
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.RegexSerDe
 
getSerDeStats() - Method in interface org.apache.hadoop.hive.serde2.Serializer
Deprecated. Returns statistics collected when serializing
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer
 
getSerDeStats() - Method in class org.apache.hadoop.hive.serde2.TypedSerDe
 
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.AbstractSerDe
Returns the Writable class that would be returned by the serialize method.
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.AbstractSerializer
Returns the Writable class that would be returned by the serialize method.
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.avro.AvroSerDe
 
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
 
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDeBase
 
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
Returns the Writable Class after serialization.
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
Returns the Writable Class after serialization.
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe
 
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.RegexSerDe
 
getSerializedClass() - Method in interface org.apache.hadoop.hive.serde2.Serializer
Deprecated. Returns the Writable class that would be returned by the serialize method.
getSerializedClass() - Method in class org.apache.hadoop.hive.serde2.TypedSerDe
 
getShort(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the short value out of a primitive object.
getStandardConstantListObjectInspector(ObjectInspector, List<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getStandardConstantMapObjectInspector(ObjectInspector, ObjectInspector, Map<?, ?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getStandardJavaObjectInspectorFromTypeInfo(TypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
Returns the standard object inspector that can be used to translate an object of that typeInfo to a standard object type.
getStandardListObjectInspector(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getStandardMapObjectInspector(ObjectInspector, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getStandardObjectInspector(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Get the corresponding standard ObjectInspector for an ObjectInspector.
getStandardObjectInspector(ObjectInspector, ObjectInspectorUtils.ObjectInspectorCopyOption) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
getStandardStructFieldRef(String, List<? extends StructField>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
getStandardStructObjectInspector(List<String>, List<ObjectInspector>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getStandardStructObjectInspector(List<String>, List<ObjectInspector>, List<String>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getStandardStructTypeName(StructObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
getStandardUnionObjectInspector(List<ObjectInspector>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getStandardUnionTypeName(UnionObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
getStandardWritableObjectInspectorFromTypeInfo(TypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
Returns the standard object inspector that can be used to translate an object of that typeInfo to a standard object type.
getStart() - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
 
getString(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the String value out of a primitive object.
getStrippedValue() - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
getStructFieldData(Object, StructField) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getStructFieldData(Object, StructField) - Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryStructObjectInspector
 
getStructFieldData(Object, StructField) - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe.NullStructSerDeObjectInspector
 
getStructFieldData(Object, StructField) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
 
getStructFieldData(Object, StructField) - Method in class org.apache.hadoop.hive.serde2.objectinspector.MetadataListStructObjectInspector
 
getStructFieldData(Object, StructField) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
 
getStructFieldData(Object, StructField) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
getStructFieldData(Object, StructField) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
returns null for data = null.
getStructFieldData(Object, StructField) - Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
 
getStructFieldData(Object, StructField) - Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
 
getStructFieldRef(String) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getStructFieldRef(String) - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe.NullStructSerDeObjectInspector
 
getStructFieldRef(String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
 
getStructFieldRef(String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
 
getStructFieldRef(String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
getStructFieldRef(String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
Look up a field.
getStructFieldRef(String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
 
getStructFieldRef(String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryStructObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe.NullStructSerDeObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.MetadataListStructObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
returns null for data = null.
getStructFieldsDataAsList(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
 
getStructFieldTypeInfo(String) - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
 
getStructSize(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
getStructTypeInfo(List<String>, List<TypeInfo>) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
GetSuffix(int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
getTag() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyUnion
Get the tag of the union
getTag(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
 
getTag(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
 
getTag(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
Return the tag of the object.
getTag() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector.StandardUnion
 
getTag() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObject
Get the tag of the union.
getTag(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspector
Return the tag of the object.
getTextValue() - Method in class org.apache.hadoop.hive.serde2.io.HiveBaseCharWritable
Access to the internal Text member.
getTimeInSeconds() - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
getTimestamp() - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
getTimestamp(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
getToken(int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Get the specific Token.
getTotalLength(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunction
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
 
getType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
getTypeEntryFromPrimitiveCategory(PrimitiveObjectInspector.PrimitiveCategory) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the typeName from a Java Primitive Type or Java PrimitiveClass.
getTypeEntryFromPrimitiveJava(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the TypeEntry for a Java Primitive Type or Java PrimitiveClass.
getTypeEntryFromPrimitiveJavaClass(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the TypeEntry for a Java Primitive Type or Java PrimitiveClass.
getTypeEntryFromPrimitiveJavaType(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the TypeEntry for a Java Primitive Type or Java PrimitiveClass.
getTypeEntryFromPrimitiveWritableClass(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the TypeEntry for a Primitive Writable Class.
getTypeEntryFromTypeName(String) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the TypeEntry for the given base type name (int, varchar, etc).
getTypeInfo() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
 
getTypeInfo() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
 
getTypeInfoFromObjectInspector(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
Get the TypeInfo object from the ObjectInspector object by recursively going into the ObjectInspector structure.
getTypeInfoFromTypeString(String) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
 
getTypeInfosFromTypeString(String) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe.NullStructSerDeObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
 
getTypeName() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
Returns the name of the data type that is inspected by this ObjectInspector.
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
Return the type name for this primitive ObjectInspector.
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.CharTypeInfo
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo
A String representation of the TypeInfo.
getTypeName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo
 
getTypeName() - Method in class org.apache.hadoop.hive.serde2.typeinfo.VarcharTypeInfo
 
getTypeNameFromJavaClass(Type) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Get the type name of the Java class.
getTypeNameFromPrimitiveJava(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the typeName from a Java Primitive Type or Java PrimitiveClass.
getTypeNameFromPrimitiveWritable(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the typeName from a Primitive Writable Class.
getUnionStructObjectInspector(List<StructObjectInspector>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
 
getUnionTypeInfo(List<TypeInfo>) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
getValueType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
getVarcharTypeInfo(int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
getWritableConstantValue() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.ConstantObjectInspector
 
getWritableConstantValue(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantBinaryObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantBooleanObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantByteObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantDateObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantDoubleObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantFloatObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantHiveCharObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantHiveDecimalObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantHiveVarcharObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantIntObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantLongObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantShortObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantStringObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantTimestampObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableVoidObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardConstantListObjectInspector
 
getWritableConstantValue() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardConstantMapObjectInspector
 
getWritableObject() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyHiveDecimal
 
getWritableObject() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyPrimitive
 
getWritableObject() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyTimestamp
 
getWritableObject() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryPrimitive
 
getWritableObjectInspector(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Ensures that an ObjectInspector is Writable.

H

hasAllFieldsSettable(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
hasAllFieldsSettable(ObjectInspector, Map<ObjectInspector, Boolean>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
hasAnyNullObject(List, StructObjectInspector, boolean[]) - Static method in class org.apache.hadoop.hive.serde2.SerDeUtils
return false though element is null if nullsafe flag is true for that
hasAnyNullObject(Object, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.SerDeUtils
True if Object passed is representing null object.
hasDecimal() - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
hashBytes(byte[], int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
hashCode() - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.io.HiveBaseCharWritable
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyNonPrimitive
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyObject
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyPrimitive
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryNonPrimitive
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryObject
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryPrimitive
 
hashCode(Object, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.typeinfo.CharTypeInfo
Generate the hashCode for this TypeInfo.
hashCode() - Method in class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
Generate the hashCode for this TypeInfo.
hashCode() - Method in class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
Generate the hashCode for this TypeInfo.
hashCode() - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo
 
hashCode() - Method in class org.apache.hadoop.hive.serde2.typeinfo.VarcharTypeInfo
Generate the hashCode for this TypeInfo.
hasParameters(String) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
 
Header() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
HeaderList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
HiveBaseCharWritable - Class in org.apache.hadoop.hive.serde2.io
 
HiveBaseCharWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.HiveBaseCharWritable
 
HiveCharObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
HiveCharWritable - Class in org.apache.hadoop.hive.serde2.io
HiveCharWritable.
HiveCharWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
HiveCharWritable(HiveChar) - Constructor for class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
HiveCharWritable(HiveCharWritable) - Constructor for class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
HiveDecimalObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A DecimalObjectInspector inspects an Object representing a HiveDecimal.
HiveDecimalUtils - Class in org.apache.hadoop.hive.serde2.typeinfo
 
HiveDecimalUtils() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.HiveDecimalUtils
 
HiveDecimalWritable - Class in org.apache.hadoop.hive.serde2.io
 
HiveDecimalWritable() - 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
 
HiveVarcharObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
HiveVarcharWritable - Class in org.apache.hadoop.hive.serde2.io
 
HiveVarcharWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
HiveVarcharWritable(HiveVarchar) - Constructor for class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
HiveVarcharWritable(HiveVarcharWritable) - Constructor for class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 

I

IDENTIFIER - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
image - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
The string image of the token.
Include() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
init(BytesRefArrayWritable) - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarStructBase
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyArray
Set the row data for this LazyArray.
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyBinary
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyBoolean
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyByte
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyDate
Initializes LazyDate object by interpreting the input bytes as a SQL date string.
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyDouble
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyFloat
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyHiveChar
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyHiveDecimal
Initilizes LazyHiveDecimal object by interpreting the input bytes as a numeric string
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyHiveVarchar
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyInteger
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyLong
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyMap
Set the row data for this LazyArray.
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyNonPrimitive
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyObjectBase
Set the data for this LazyObjectBase.
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyShort
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyString
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
Set the row data for this LazyStruct.
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyTimestamp
Initilizes LazyTimestamp object by interpreting the input bytes as a JDBC timestamp string
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyUnion
Set the row data for this LazyUnion.
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyVoid
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryArray
Set the row data for this LazyBinaryArray.
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryBinary
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryBoolean
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryByte
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryDate
Initializes LazyBinaryDate object.
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryDouble
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryFloat
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryHiveChar
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryHiveDecimal
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryHiveVarchar
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryInteger
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryLong
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryMap
Set the row data for this LazyBinaryMap.
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryNonPrimitive
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryShort
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryString
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryTimestamp
Initializes LazyBinaryTimestamp object
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryVoid
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazydio.LazyDioBoolean
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazydio.LazyDioByte
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazydio.LazyDioDouble
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazydio.LazyDioFloat
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazydio.LazyDioInteger
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazydio.LazyDioLong
 
init(ByteArrayRef, int, int) - Method in class org.apache.hadoop.hive.serde2.lazydio.LazyDioShort
 
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.AbstractDeserializer
Initialize the HiveDeserializer.
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.AbstractSerDe
Initialize the HiveSerializer.
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.AbstractSerializer
Initialize the HiveSerializer.
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.avro.AvroSerDe
 
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
 
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
Initialize the SerDe given the parameters.
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.columnar.LazyBinaryColumnarSerDe
 
initialize(Configuration, Properties) - Method in interface org.apache.hadoop.hive.serde2.Deserializer
Deprecated. Initialize the HiveDeserializer.
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
initialize() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
initialize() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
 
initialize() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
Initialize the SerDe given the parameters.
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
Initialize the SerDe with configuration and table information.
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe
 
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.RegexSerDe
 
initialize(Configuration, Properties) - Method in interface org.apache.hadoop.hive.serde2.Serializer
Deprecated. Initialize the HiveSerializer.
initialize(Configuration, Properties) - Method in interface org.apache.hadoop.hive.serde2.thrift.ConfigurableTProtocol
Initialize the TProtocol.
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
Initialize the TProtocol.
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.thrift.ThriftByteStreamTypedSerDe
 
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer
 
initialize(Configuration, Properties) - Method in class org.apache.hadoop.hive.serde2.TypedSerDe
 
initSerdeParams(Configuration, Properties, String) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
 
InputByteBuffer - Class in org.apache.hadoop.hive.serde2.binarysortable
This class is much more efficient than ByteArrayInputStream because none of the methods are synchronized.
InputByteBuffer() - Constructor for class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
 
insideMRJob(JobConf) - Static method in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
Determine if we're being executed from within an MR job or as part of a select * statement.
InspectableObject - Class in org.apache.hadoop.hive.serde2.objectinspector
Simple wrapper of object with ObjectInspector.
InspectableObject() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.InspectableObject
 
InspectableObject(Object, ObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.InspectableObject
 
InstanceCache<SeedObject,Instance> - Class in org.apache.hadoop.hive.serde2.avro
Cache for objects whose creation only depends on some other set of objects and therefore can be used against other equivalent versions of those objects.
InstanceCache() - Constructor for class org.apache.hadoop.hive.serde2.avro.InstanceCache
 
internalWriteString(String) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
IntObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A IntObjectInspector inspects an Object representing an Integer.
intTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
intTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
isConstantObjectInspector(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
isConversionRequiredForComparison(TypeInfo, TypeInfo) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
Given two types, determine whether conversion needs to occur to compare the two types.
isEscaped() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
isEscaped() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
 
isEscaped() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
isEscaped() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
isEscaped() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
 
isEscaped() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyStringObjectInspector
 
isLastColumnTakesRest() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
isList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
isList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
isMap() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
isMap() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
isNullableType(Schema) - Static method in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
Determine if an Avro schema is of type Union[T, NULL].
isPrimitive() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
 
isPrimitive() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
isPrimitive() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
isPrimitive() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
isPrimitiveJava(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Whether the class is a Java Primitive type or a Java Primitive class.
isPrimitiveJavaClass(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Whether the class is a Java Primitive class.
isPrimitiveJavaType(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Whether the class is a Java Primitive type.
isPrimitiveWritableClass(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Whether the class is a Hive Primitive Writable class.
isReadAllColumns(Configuration) - Static method in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
Returns the READ_ALL_COLUMNS columns flag.
isSettable() - Method in class org.apache.hadoop.hive.serde2.objectinspector.SettableStructObjectInspector
 
isSettable() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
 
isSkippable() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeField
 

J

JavaBinaryObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
JavaBooleanObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A JavaBooleanObjectInspector inspects a Java Boolean Object.
javaBooleanObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
javaByteArrayObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaByteObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A JavaByteObjectInspector inspects a Java Byte Object.
javaByteObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaDateObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A JavaDateObjectInspector inspects a Java Date Object.
javaDateObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaDoubleObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A JavaDoubleObjectInspector inspects a Java Double Object.
javaDoubleObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaFloatObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A JavaFloatObjectInspector inspects a Java Float Object.
javaFloatObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaHiveCharObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
JavaHiveCharObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveCharObjectInspector
 
JavaHiveCharObjectInspector(CharTypeInfo) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveCharObjectInspector
 
javaHiveCharObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaHiveDecimalObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
JavaHiveDecimalObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveDecimalObjectInspector
 
JavaHiveDecimalObjectInspector(DecimalTypeInfo) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveDecimalObjectInspector
 
javaHiveDecimalObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaHiveVarcharObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
JavaHiveVarcharObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveVarcharObjectInspector
 
JavaHiveVarcharObjectInspector(VarcharTypeInfo) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveVarcharObjectInspector
 
javaHiveVarcharObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaIntObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A JavaIntObjectInspector inspects a Java Integer Object.
javaIntObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaLongObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A JavaLongObjectInspector inspects a Java Long Object.
javaLongObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaShortObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A JavaShortObjectInspector inspects a Java Short Object.
javaShortObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaStringObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A JavaStringObjectInspector inspects a Java String Object.
javaStringObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaTimestampObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
javaTimestampObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
JavaVoidObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A JavaVoidObjectInspector inspects a Java Void Object.
javaVoidObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
jj_nt - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Next token.
jjstrLiteralImages - Static variable in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Token literal values.
jjtAddChild(Node, int) - Method in interface org.apache.hadoop.hive.serde2.dynamic_type.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
JJTASYNC - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
jjtClose() - Method in interface org.apache.hadoop.hive.serde2.dynamic_type.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
JJTCOMMAORSEMICOLON - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTCONST - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTCONSTLIST - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTCONSTLISTCONTENTS - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTCONSTMAP - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTCONSTMAPCONTENTS - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTCONSTVALUE - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTDEFINITION - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTDEFINITIONTYPE - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTENUM - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTENUMDEF - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTENUMDEFLIST - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTEXTENDS - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTFIELD - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTFIELDLIST - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTFIELDREQUIREDNESS - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTFIELDTYPE - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTFIELDVALUE - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTFLAGARGS - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTFUNCTION - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTFUNCTIONTYPE - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
jjtGetChild(int) - Method in interface org.apache.hadoop.hive.serde2.dynamic_type.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
jjtGetNumChildren() - Method in interface org.apache.hadoop.hive.serde2.dynamic_type.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
jjtGetParent() - Method in interface org.apache.hadoop.hive.serde2.dynamic_type.Node
 
jjtGetParent() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
JJTHEADER - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTHEADERLIST - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTINCLUDE - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTNAMESPACE - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
jjtNodeName - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
jjtOpen() - Method in interface org.apache.hadoop.hive.serde2.dynamic_type.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
JJTSENUM - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTSENUMDEF - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTSENUMDEFLIST - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTSERVICE - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
jjtSetParent(Node) - Method in interface org.apache.hadoop.hive.serde2.dynamic_type.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
JJTSTART - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTSTRUCT - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTthrift_grammarState - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
JJTthrift_grammarState() - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
JJTTHROWS - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPEBOOL - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPEBYTE - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPEDEF - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPEDEFINITION - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPEDOUBLE - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPEI16 - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPEI32 - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPEI64 - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPELIST - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPEMAP - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPESET - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTTYPESTRING - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTUNFLAGARGS - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 
JJTXCEPTION - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTreeConstants
 

K

kind - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
An integer that describes the kind of this token.

L

lastPrimitiveWasNull() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
lastPrimitiveWasNull() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
lastPrimitiveWasNull() - Method in interface org.apache.hadoop.hive.serde2.thrift.WriteNullsProtocol
Was the last primitive read really a NULL.
LAZY_BINARY_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LAZY_BOOLEAN_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LAZY_BYTE_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LAZY_DATE_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LAZY_DOUBLE_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LAZY_FLOAT_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LAZY_INT_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LAZY_LONG_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LAZY_SHORT_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LAZY_TIMESTAMP_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LAZY_VOID_OBJECT_INSPECTOR - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
 
LazyArray - Class in org.apache.hadoop.hive.serde2.lazy
LazyArray stores an array of Lazy Objects.
LazyBinary - Class in org.apache.hadoop.hive.serde2.lazy
 
LazyBinary(LazyBinary) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyBinary
 
LazyBinaryArray - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryArray is serialized as follows: start A b b b b b b end bytes[] -> |--------|---|---|---|---| ...
LazyBinaryBinary - Class in org.apache.hadoop.hive.serde2.lazybinary
 
LazyBinaryBinary(WritableBinaryObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryBinary
 
LazyBinaryBoolean - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryObject for boolean which takes one byte
LazyBinaryBoolean(WritableBooleanObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryBoolean
 
LazyBinaryBoolean(LazyBinaryBoolean) - Constructor for class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryBoolean
 
LazyBinaryByte - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryObject for byte which takes one byte.
LazyBinaryColumnarSerDe - Class in org.apache.hadoop.hive.serde2.columnar
LazyBinaryColumnarSerDe.
LazyBinaryColumnarSerDe() - Constructor for class org.apache.hadoop.hive.serde2.columnar.LazyBinaryColumnarSerDe
 
LazyBinaryColumnarStruct - Class in org.apache.hadoop.hive.serde2.columnar
 
LazyBinaryColumnarStruct(ObjectInspector, List<Integer>) - Constructor for class org.apache.hadoop.hive.serde2.columnar.LazyBinaryColumnarStruct
 
LazyBinaryDate - Class in org.apache.hadoop.hive.serde2.lazybinary
A LazyBinaryObject that encodes a java.sql.Date in a VInt.
LazyBinaryDouble - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryObject for double which takes eight bytes.
LazyBinaryFactory - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryFactory.
LazyBinaryFloat - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryObject for float which takes four bytes.
LazyBinaryHiveChar - Class in org.apache.hadoop.hive.serde2.lazybinary
 
LazyBinaryHiveDecimal - Class in org.apache.hadoop.hive.serde2.lazybinary
 
LazyBinaryHiveVarchar - Class in org.apache.hadoop.hive.serde2.lazybinary
 
LazyBinaryInteger - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryObject for integer which is serialized as VInt.
LazyBinaryListObjectInspector - Class in org.apache.hadoop.hive.serde2.lazybinary.objectinspector
ObjectInspector for LazyBinaryList.
LazyBinaryLong - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryObject for long which stores as VLong.
LazyBinaryMap - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryMap is serialized as follows: start A b c b c b c end bytes[] -> |--------|---|---|---|---| ...
LazyBinaryMapObjectInspector - Class in org.apache.hadoop.hive.serde2.lazybinary.objectinspector
ObjectInspector for LazyBinaryMap.
LazyBinaryNonPrimitive<OI extends ObjectInspector> - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryNonPrimitive.
LazyBinaryObject<OI extends ObjectInspector> - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryObject stores an object in a binary format in a byte[].
LazyBinaryObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 
LazyBinaryObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBinaryObjectInspector
 
LazyBinaryObjectInspectorFactory - Class in org.apache.hadoop.hive.serde2.lazybinary.objectinspector
ObjectInspectorFactory is the primary way to create new ObjectInspector instances.
LazyBinaryPrimitive<OI extends ObjectInspector,T extends org.apache.hadoop.io.Writable> - Class in org.apache.hadoop.hive.serde2.lazybinary
Defines a LazyBinaryPrimitive.
LazyBinarySerDe - Class in org.apache.hadoop.hive.serde2.lazybinary
The LazyBinarySerDe class combines the lazy property of LazySimpleSerDe class and the binary property of BinarySortable class.
LazyBinarySerDe() - Constructor for class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
 
LazyBinarySerDe.StringWrapper - Class in org.apache.hadoop.hive.serde2.lazybinary
 
LazyBinarySerDe.StringWrapper() - Constructor for class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe.StringWrapper
 
LazyBinaryShort - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryObject for short which takes two bytes.
LazyBinaryString - Class in org.apache.hadoop.hive.serde2.lazybinary
The serialization of LazyBinaryString is very simple: start A end bytes[] -> |---------------------------------| Section A is just an array of bytes which are exactly the Text contained in this object.
LazyBinaryString(LazyBinaryString) - Constructor for class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryString
 
LazyBinaryStruct - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryStruct is serialized as follows: start A B A B A B end bytes[] -> |-----|---------|--- ...
LazyBinaryStructObjectInspector - Class in org.apache.hadoop.hive.serde2.lazybinary.objectinspector
ObjectInspector for LazyBinaryStruct.
LazyBinaryTimestamp - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryTimestamp A LazyBinaryObject that encodes a java.sql.Timestamp 4 to 9 bytes.
LazyBinaryUtils - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryUtils.
LazyBinaryUtils.RecordInfo - Class in org.apache.hadoop.hive.serde2.lazybinary
Record is the unit that data is serialized in.
LazyBinaryUtils.RecordInfo() - Constructor for class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.RecordInfo
 
LazyBinaryUtils.VInt - Class in org.apache.hadoop.hive.serde2.lazybinary
A zero-compressed encoded integer.
LazyBinaryUtils.VInt() - Constructor for class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.VInt
 
LazyBinaryUtils.VLong - Class in org.apache.hadoop.hive.serde2.lazybinary
A zero-compressed encoded long.
LazyBinaryUtils.VLong() - Constructor for class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.VLong
 
LazyBinaryVoid - Class in org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryVoid for NULL which is a placeholder class and it does not need to store any data.
LazyBoolean - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a value of boolean.
LazyBoolean(LazyBooleanObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyBoolean
 
LazyBoolean(LazyBoolean) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyBoolean
 
LazyBooleanObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
A WritableBooleanObjectInspector inspects a BooleanWritable Object.
LazyByte - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a value of Byte.
LazyByte(LazyByteObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyByte
 
LazyByte(LazyByte) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyByte
 
LazyByteObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
A WritableByteObjectInspector inspects a ByteWritable Object.
LazyDate - Class in org.apache.hadoop.hive.serde2.lazy
LazyDate.
LazyDate(LazyDateObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyDate
 
LazyDate(LazyDate) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyDate
 
LazyDateObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
A WritableDateObjectInspector inspects a DateWritable Object.
LazyDecompressionCallback - Interface in org.apache.hadoop.hive.serde2.columnar
Used to call back lazy decompression process.
LazyDioBoolean - Class in org.apache.hadoop.hive.serde2.lazydio
LazyBooleanBinary for storing a boolean value as an BooleanWritable.
LazyDioBoolean(LazyBooleanObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioBoolean
 
LazyDioBoolean(LazyDioBoolean) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioBoolean
 
LazyDioByte - Class in org.apache.hadoop.hive.serde2.lazydio
LazyByteBinary for storing a byte value as a ByteWritable.
LazyDioByte(LazyByteObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioByte
 
LazyDioByte(LazyDioByte) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioByte
 
LazyDioDouble - Class in org.apache.hadoop.hive.serde2.lazydio
LazyDoubleBinary for storing a double value as a DoubleWritable.
LazyDioDouble(LazyDoubleObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioDouble
 
LazyDioFloat - Class in org.apache.hadoop.hive.serde2.lazydio
LazyFloatBinary for storing a float value as a FloatWritable.
LazyDioFloat(LazyFloatObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioFloat
 
LazyDioFloat(LazyDioFloat) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioFloat
 
LazyDioInteger - Class in org.apache.hadoop.hive.serde2.lazydio
LazyIntegerBinary for storing an int value as an IntWritable.
LazyDioInteger(LazyIntObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioInteger
 
LazyDioInteger(LazyDioInteger) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioInteger
 
LazyDioLong - Class in org.apache.hadoop.hive.serde2.lazydio
LazyLongBinary for storing a long value as a LongWritable.
LazyDioLong(LazyLongObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioLong
 
LazyDioLong(LazyDioLong) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioLong
 
LazyDioShort - Class in org.apache.hadoop.hive.serde2.lazydio
LazyShortBinary for storing a short value as a ShortWritable.
LazyDioShort(LazyShortObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioShort
 
LazyDioShort(LazyDioShort) - Constructor for class org.apache.hadoop.hive.serde2.lazydio.LazyDioShort
 
LazyDouble - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a value of Double.
LazyDouble(LazyDoubleObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyDouble
 
LazyDouble(LazyDouble) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyDouble
 
LazyDoubleObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
A WritableDoubleObjectInspector inspects a DoubleWritable Object.
LazyFactory - Class in org.apache.hadoop.hive.serde2.lazy
LazyFactory.
LazyFloat - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a value of Double.
LazyFloat(LazyFloatObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyFloat
 
LazyFloat(LazyFloat) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyFloat
 
LazyFloatObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
A FloatObjectInspector inspects a FloatWritable Object.
LazyHiveChar - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a value of HiveChar.
LazyHiveChar(LazyHiveCharObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyHiveChar
 
LazyHiveChar(LazyHiveChar) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyHiveChar
 
LazyHiveCharObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 
LazyHiveCharObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveCharObjectInspector
 
LazyHiveCharObjectInspector(CharTypeInfo) - Constructor for class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveCharObjectInspector
 
LazyHiveDecimal - Class in org.apache.hadoop.hive.serde2.lazy
 
LazyHiveDecimal(LazyHiveDecimalObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyHiveDecimal
 
LazyHiveDecimal(LazyHiveDecimal) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyHiveDecimal
 
LazyHiveDecimalObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 
LazyHiveVarchar - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a value of HiveVarchar.
LazyHiveVarchar(LazyHiveVarcharObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyHiveVarchar
 
LazyHiveVarchar(LazyHiveVarchar) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyHiveVarchar
 
LazyHiveVarcharObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 
LazyHiveVarcharObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveVarcharObjectInspector
 
LazyHiveVarcharObjectInspector(VarcharTypeInfo) - Constructor for class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveVarcharObjectInspector
 
LazyInteger - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a value of Integer.
LazyInteger(LazyIntObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyInteger
 
LazyInteger(LazyInteger) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyInteger
 
LazyIntObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
A WritableIntObjectInspector inspects a IntWritable Object.
LazyListObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector
LazyListObjectInspector works on array data that is stored in LazyArray.
LazyLong - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a value of Long.
LazyLong(LazyLongObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyLong
 
LazyLong(LazyLong) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyLong
 
LazyLongObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
A WritableLongObjectInspector inspects a LongWritable Object.
LazyMap - Class in org.apache.hadoop.hive.serde2.lazy
LazyMap stores a map of Primitive LazyObjects to LazyObjects.
LazyMapObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector
LazyMapObjectInspector works on struct data that is stored in LazyStruct.
LazyNonPrimitive<OI extends ObjectInspector> - Class in org.apache.hadoop.hive.serde2.lazy
LazyPrimitive stores a primitive Object in a LazyObject.
LazyObject<OI extends ObjectInspector> - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject stores an object in a range of bytes in a byte[].
LazyObjectBase - Class in org.apache.hadoop.hive.serde2.lazy
 
LazyObjectBase() - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyObjectBase
 
LazyObjectInspectorFactory - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector
ObjectInspectorFactory is the primary way to create new ObjectInspector instances.
LazyPrimitive<OI extends ObjectInspector,T extends org.apache.hadoop.io.Writable> - Class in org.apache.hadoop.hive.serde2.lazy
LazyPrimitive stores a primitive Object in a LazyObject.
LazyPrimitiveObjectInspectorFactory - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
LazyPrimitiveObjectInspectorFactory is the primary way to create new ObjectInspector instances.
LazyShort - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a value of Short.
LazyShort(LazyShortObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyShort
 
LazyShort(LazyShort) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyShort
 
LazyShortObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
A WritableShortObjectInspector inspects a ShortWritable Object.
LazySimpleSerDe - Class in org.apache.hadoop.hive.serde2.lazy
LazySimpleSerDe can be used to read the same data format as MetadataTypedColumnsetSerDe and TCTLSeparatedProtocol.
LazySimpleSerDe() - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
 
LazySimpleSerDe.SerDeParameters - Class in org.apache.hadoop.hive.serde2.lazy
SerDeParameters.
LazySimpleSerDe.SerDeParameters() - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
 
LazySimpleStructObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector
LazySimpleStructObjectInspector works on struct data that is stored in LazyStruct.
LazySimpleStructObjectInspector(List<String>, List<ObjectInspector>, List<String>, byte, Text, boolean, boolean, byte) - Constructor for class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
LazyString - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a value of String.
LazyString(LazyStringObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyString
 
LazyString(LazyString) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyString
 
LazyStringObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
A WritableStringObjectInspector inspects a Text Object.
LazyStruct - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a struct.
LazyStruct(LazySimpleStructObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyStruct
Construct a LazyStruct object with the ObjectInspector.
LazyTimestamp - Class in org.apache.hadoop.hive.serde2.lazy
LazyTimestamp.
LazyTimestamp(LazyTimestampObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyTimestamp
 
LazyTimestamp(LazyTimestamp) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyTimestamp
 
LazyTimestampObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 
LazyUnion - Class in org.apache.hadoop.hive.serde2.lazy
LazyObject for storing a union.
LazyUnion(LazyUnionObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.lazy.LazyUnion
Construct a LazyUnion object with the ObjectInspector.
LazyUnionObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector
LazyUnionObjectInspector works on union data that is stored in LazyUnion.
LazyUtils - Class in org.apache.hadoop.hive.serde2.lazy
LazyUtils.
LazyVoid - Class in org.apache.hadoop.hive.serde2.lazy
 
LazyVoidObjectInspector - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
A WritableVoidObjectInspector inspects a NullWritable Object.
LBRACE - Static variable in class org.apache.hadoop.hive.serde2.SerDeUtils
 
LBRACKET - Static variable in class org.apache.hadoop.hive.serde2.SerDeUtils
 
length - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe.StringWrapper
 
length - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.VInt
 
length - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.VLong
 
LETTER - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
lexStateNames - Static variable in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Lexer state names.
lightEscapeString(String) - Static method in class org.apache.hadoop.hive.serde2.SerDeUtils
 
ListObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector
ListObjectInspector.
ListObjectsEqualComparer - Class in org.apache.hadoop.hive.serde2.objectinspector
Compare two list of objects.
ListObjectsEqualComparer(ObjectInspector[], ObjectInspector[]) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.ListObjectsEqualComparer
 
ListTypeInfo - Class in org.apache.hadoop.hive.serde2.typeinfo
A List Type has homogeneous elements.
ListTypeInfo() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
For java serialization use only.
LOG - Static variable in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.DelimitedJSONSerDe
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.RegexSerDe
 
LOG - Static variable in class org.apache.hadoop.hive.serde2.SerDeUtils
 
logExceptionMessage(ByteArrayRef, int, int, String) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyPrimitive
 
LongObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A LongObjectInspector inspects an Object representing a Long.
longTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
longTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 

M

main(String[]) - Static method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
MapEqualComparer - Interface in org.apache.hadoop.hive.serde2.objectinspector
 
MapObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector
MapObjectInspector.
MapTypeInfo - Class in org.apache.hadoop.hive.serde2.typeinfo
A Map Type has homogeneous keys and homogeneous values.
MapTypeInfo() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
For java serialization use only.
MAX_BYTES - Static variable in class org.apache.hadoop.hive.serde2.io.TimestampWritable
The maximum number of bytes required for a TimestampWritable
META_TABLE_NAME - Static variable in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
MetadataListStructObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
StructObjectInspector works on struct data that is stored as a Java List or Java Array object.
MetadataListStructObjectInspector(List<String>, List<String>) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.MetadataListStructObjectInspector
 
MetadataTypedColumnsetSerDe - Class in org.apache.hadoop.hive.serde2
MetadataTypedColumnsetSerDe.
MetadataTypedColumnsetSerDe() - Constructor for class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 

N

Namespace() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
newToken(int) - Static method in class org.apache.hadoop.hive.serde2.dynamic_type.Token
Returns a new Token object, by default.
next - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
A reference to the next regular (non-special) token from the input stream.
Node - Interface in org.apache.hadoop.hive.serde2.dynamic_type
 
nodeArity() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
nodeCreated() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
nullBytes - Static variable in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
NullStructSerDe - Class in org.apache.hadoop.hive.serde2
Placeholder SerDe for cases where neither serialization nor deserialization is needed
NullStructSerDe() - Constructor for class org.apache.hadoop.hive.serde2.NullStructSerDe
 
NullStructSerDe.NullStructSerDeObjectInspector - Class in org.apache.hadoop.hive.serde2
A object inspector for null struct serde.
NullStructSerDe.NullStructSerDeObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.NullStructSerDe.NullStructSerDeObjectInspector
 

O

o - Variable in class org.apache.hadoop.hive.serde2.objectinspector.InspectableObject
 
ObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector
ObjectInspector helps us to look into the internal structure of a complex object.
ObjectInspector.Category - Enum in org.apache.hadoop.hive.serde2.objectinspector
Category.
ObjectInspectorConverters - Class in org.apache.hadoop.hive.serde2.objectinspector
ObjectInspectorConverters.
ObjectInspectorConverters.Converter - Interface in org.apache.hadoop.hive.serde2.objectinspector
A converter which will convert objects with one ObjectInspector to another.
ObjectInspectorConverters.IdentityConverter - Class in org.apache.hadoop.hive.serde2.objectinspector
IdentityConverter.
ObjectInspectorConverters.IdentityConverter() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.IdentityConverter
 
ObjectInspectorConverters.ListConverter - Class in org.apache.hadoop.hive.serde2.objectinspector
A converter class for List.
ObjectInspectorConverters.ListConverter(ObjectInspector, SettableListObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.ListConverter
 
ObjectInspectorConverters.MapConverter - Class in org.apache.hadoop.hive.serde2.objectinspector
A converter class for Map.
ObjectInspectorConverters.MapConverter(ObjectInspector, SettableMapObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.MapConverter
 
ObjectInspectorConverters.StructConverter - Class in org.apache.hadoop.hive.serde2.objectinspector
A converter class for Struct.
ObjectInspectorConverters.StructConverter(ObjectInspector, SettableStructObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.StructConverter
 
ObjectInspectorConverters.UnionConverter - Class in org.apache.hadoop.hive.serde2.objectinspector
A converter class for Union.
ObjectInspectorConverters.UnionConverter(ObjectInspector, SettableUnionObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.UnionConverter
 
ObjectInspectorFactory - Class in org.apache.hadoop.hive.serde2.objectinspector
ObjectInspectorFactory is the primary way to create new ObjectInspector instances.
ObjectInspectorFactory.ObjectInspectorOptions - Enum in org.apache.hadoop.hive.serde2.objectinspector
ObjectInspectorOptions describes what ObjectInspector to use.
ObjectInspectorUtils - Class in org.apache.hadoop.hive.serde2.objectinspector
ObjectInspectorFactory is the primary way to create new ObjectInspector instances.
ObjectInspectorUtils.ObjectInspectorCopyOption - Enum in org.apache.hadoop.hive.serde2.objectinspector
This enum controls how we copy primitive objects.
oi - Variable in class org.apache.hadoop.hive.serde2.objectinspector.InspectableObject
 
openNodeScope(Node) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
org.apache.hadoop.hive.serde - package org.apache.hadoop.hive.serde
 
org.apache.hadoop.hive.serde2 - package org.apache.hadoop.hive.serde2
 
org.apache.hadoop.hive.serde2.avro - package org.apache.hadoop.hive.serde2.avro
 
org.apache.hadoop.hive.serde2.binarysortable - package org.apache.hadoop.hive.serde2.binarysortable
 
org.apache.hadoop.hive.serde2.columnar - package org.apache.hadoop.hive.serde2.columnar
 
org.apache.hadoop.hive.serde2.dynamic_type - package org.apache.hadoop.hive.serde2.dynamic_type
 
org.apache.hadoop.hive.serde2.io - package org.apache.hadoop.hive.serde2.io
 
org.apache.hadoop.hive.serde2.lazy - package org.apache.hadoop.hive.serde2.lazy
 
org.apache.hadoop.hive.serde2.lazy.objectinspector - package org.apache.hadoop.hive.serde2.lazy.objectinspector
 
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive - package org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 
org.apache.hadoop.hive.serde2.lazybinary - package org.apache.hadoop.hive.serde2.lazybinary
 
org.apache.hadoop.hive.serde2.lazybinary.objectinspector - package org.apache.hadoop.hive.serde2.lazybinary.objectinspector
 
org.apache.hadoop.hive.serde2.lazydio - package org.apache.hadoop.hive.serde2.lazydio
 
org.apache.hadoop.hive.serde2.objectinspector - package org.apache.hadoop.hive.serde2.objectinspector
 
org.apache.hadoop.hive.serde2.objectinspector.primitive - package org.apache.hadoop.hive.serde2.objectinspector.primitive
 
org.apache.hadoop.hive.serde2.thrift - package org.apache.hadoop.hive.serde2.thrift
 
org.apache.hadoop.hive.serde2.typeinfo - package org.apache.hadoop.hive.serde2.typeinfo
This package provides the implementation of the SerDe type system.
OutputByteBuffer - Class in org.apache.hadoop.hive.serde2.binarysortable
This class is much more efficient than ByteArrayOutputStream because none of the methods are synchronized.
OutputByteBuffer(int) - Constructor for class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
 
OutputByteBuffer() - Constructor for class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
 

P

parseByte(byte[], int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyByte
Parses the string argument as if it was a byte value and returns the result.
parseByte(byte[], int, int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyByte
Parses the string argument as if it was a byte value and returns the result.
ParseException - Exception in org.apache.hadoop.hive.serde2.dynamic_type
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
 
parseInt(byte[], int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyInteger
Parses the string argument as if it was an int value and returns the result.
parseInt(byte[], int, int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyInteger
Parses the string argument as if it was an int value and returns the result.
parseLong(byte[], int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyLong
Parses the string argument as if it was a long value and returns the result.
parseLong(byte[], int, int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyLong
Parses the string argument as if it was an long value and returns the result.
parsePrimitiveParts(String) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
Make some of the TypeInfo parsing available as a utility.
parseShort(byte[], int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyShort
Parses the string argument as if it was a short value and returns the result.
parseShort(byte[], int, int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyShort
Parses the string argument as if it was a short value and returns the result.
partialCopyToStandardObject(List<Object>, Object, int, int, StructObjectInspector, ObjectInspectorUtils.ObjectInspectorCopyOption) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Copy specified fields in the input row to the output array of standard objects.
peekNode() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
popNode() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
precision() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
Default implementation.
precision() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantByteObjectInspector
 
precision() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantHiveDecimalObjectInspector
 
precision() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantIntObjectInspector
 
precision() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantLongObjectInspector
 
precision() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantShortObjectInspector
 
precision() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
The precision of the underlying data.
precision() - Method in class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
 
preferWritable() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.AbstractPrimitiveLazyObjectInspector
 
preferWritable() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
 
preferWritable() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveWritableObjectInspector
 
preferWritable() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
Whether the ObjectInspector prefers to return a Primitive Writable Object instead of a Primitive Java Object.
primitiveCategory - Variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
The category of the PrimitiveType.
primitiveJavaClass - Variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
primitiveJavaClass refers to java classes like Integer, Double, String etc.
primitiveJavaType - Variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
primitiveJavaType refers to java types like int, double, etc.
primitiveJavaTypeToClass(Class<?>) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Return Whether the class is a Java Primitive type or a Java Primitive class.
PrimitiveObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector
PrimitiveObjectInspector.
PrimitiveObjectInspector.PrimitiveCategory - Enum in org.apache.hadoop.hive.serde2.objectinspector
The primitive types supported by Hive.
PrimitiveObjectInspectorConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
PrimitiveObjectInspectorConverter.
PrimitiveObjectInspectorConverter() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter
 
PrimitiveObjectInspectorConverter.BinaryConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
PrimitiveObjectInspectorConverter.BinaryConverter(PrimitiveObjectInspector, SettableBinaryObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.BinaryConverter
 
PrimitiveObjectInspectorConverter.BooleanConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A converter for the byte type.
PrimitiveObjectInspectorConverter.BooleanConverter(PrimitiveObjectInspector, SettableBooleanObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.BooleanConverter
 
PrimitiveObjectInspectorConverter.ByteConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A converter for the byte type.
PrimitiveObjectInspectorConverter.ByteConverter(PrimitiveObjectInspector, SettableByteObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.ByteConverter
 
PrimitiveObjectInspectorConverter.DateConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
PrimitiveObjectInspectorConverter.DateConverter(PrimitiveObjectInspector, SettableDateObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.DateConverter
 
PrimitiveObjectInspectorConverter.DoubleConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A converter for the double type.
PrimitiveObjectInspectorConverter.DoubleConverter(PrimitiveObjectInspector, SettableDoubleObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.DoubleConverter
 
PrimitiveObjectInspectorConverter.FloatConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A converter for the float type.
PrimitiveObjectInspectorConverter.FloatConverter(PrimitiveObjectInspector, SettableFloatObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.FloatConverter
 
PrimitiveObjectInspectorConverter.HiveCharConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
PrimitiveObjectInspectorConverter.HiveCharConverter(PrimitiveObjectInspector, SettableHiveCharObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.HiveCharConverter
 
PrimitiveObjectInspectorConverter.HiveDecimalConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
PrimitiveObjectInspectorConverter.HiveDecimalConverter(PrimitiveObjectInspector, SettableHiveDecimalObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.HiveDecimalConverter
 
PrimitiveObjectInspectorConverter.HiveVarcharConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
PrimitiveObjectInspectorConverter.HiveVarcharConverter(PrimitiveObjectInspector, SettableHiveVarcharObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.HiveVarcharConverter
 
PrimitiveObjectInspectorConverter.IntConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A converter for the int type.
PrimitiveObjectInspectorConverter.IntConverter(PrimitiveObjectInspector, SettableIntObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.IntConverter
 
PrimitiveObjectInspectorConverter.LongConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A converter for the long type.
PrimitiveObjectInspectorConverter.LongConverter(PrimitiveObjectInspector, SettableLongObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.LongConverter
 
PrimitiveObjectInspectorConverter.ShortConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A converter for the short type.
PrimitiveObjectInspectorConverter.ShortConverter(PrimitiveObjectInspector, SettableShortObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.ShortConverter
 
PrimitiveObjectInspectorConverter.StringConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A helper class to convert any primitive to String.
PrimitiveObjectInspectorConverter.StringConverter(PrimitiveObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.StringConverter
 
PrimitiveObjectInspectorConverter.TextConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A helper class to convert any primitive to Text.
PrimitiveObjectInspectorConverter.TextConverter(PrimitiveObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.TextConverter
 
PrimitiveObjectInspectorConverter.TimestampConverter - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
PrimitiveObjectInspectorConverter.TimestampConverter(PrimitiveObjectInspector, SettableTimestampObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.TimestampConverter
 
PrimitiveObjectInspectorFactory - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
PrimitiveObjectInspectorFactory is the primary way to create new PrimitiveObjectInspector instances.
PrimitiveObjectInspectorUtils - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
ObjectInspectorFactory is the primary way to create new ObjectInspector instances.
PrimitiveObjectInspectorUtils.PrimitiveGrouping - Enum in org.apache.hadoop.hive.serde2.objectinspector.primitive
Provide a general grouping for each primitive data type.
PrimitiveObjectInspectorUtils.PrimitiveTypeEntry - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
TypeEntry stores information about a Hive Primitive TypeInfo.
PrimitiveTypeInfo - Class in org.apache.hadoop.hive.serde2.typeinfo
There are limited number of Primitive Types.
PrimitiveTypeInfo() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
For java serialization use only.
primitiveWritableClass - Variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
writableClass refers to hadoop Writable classes like IntWritable, DoubleWritable, Text etc.
pushNode(Node) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
put(Object, Object, Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.SettableMapObjectInspector
Add a key-value pair to the map.
put(Object, Object, Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 

Q

QUOTE - Static variable in class org.apache.hadoop.hive.serde2.SerDeUtils
 

R

RBRACE - Static variable in class org.apache.hadoop.hive.serde2.SerDeUtils
 
RBRACKET - Static variable in class org.apache.hadoop.hive.serde2.SerDeUtils
 
read() - Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
 
read(boolean) - Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
Read one byte from the byte buffer.
READ_ALL_COLUMNS - Static variable in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
 
READ_COLUMN_IDS_CONF_STR - Static variable in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
 
READ_COLUMN_NAMES_CONF_STR - Static variable in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
 
readBinary() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readBinary() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readBool() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readBool() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readByte() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readByte() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readChar() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
readDouble() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readDouble() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readFieldBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readFieldBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readFieldEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readFieldEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.avro.AvroGenericRecordWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Always reuse the bytes array if length of bytes array is equal or greater to the current record, otherwise create a new one.
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.io.HiveBaseCharWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
 
readI16() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readI16() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readI32() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readI32() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readI64() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readI64() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readIsNull() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readListBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
This method always return the same instance of TList to avoid creating new instances.
readListBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readListEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readListEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readMapBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
This method always return the same instance of TMap to avoid creating new instances.
readMapBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readMapEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readMapEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readMessageBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readMessageBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readMessageEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readMessageEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readSetBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
This method always return the same instance of TSet to avoid creating new instances.
readSetBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readSetEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readSetEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readString() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readString() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readStructBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readStructBegin() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readStructEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
readStructEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
readVInt(byte[], int, LazyBinaryUtils.VInt) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Reads a zero-compressed encoded int from a byte array and returns it.
readVLong(byte[], int, LazyBinaryUtils.VLong) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Reads a zero-compressed encoded long from a byte array and returns it.
readVLongFromByteArray(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Read a zero-compressed encoded long from a byte array.
ReflectionStructObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
ReflectionStructObjectInspector works on struct data that is stored as a native Java object.
ReflectionStructObjectInspector.MyField - Class in org.apache.hadoop.hive.serde2.objectinspector
MyField.
ReflectionStructObjectInspector.MyField(Field, ObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector.MyField
 
RegexSerDe - Class in org.apache.hadoop.hive.serde2
RegexSerDe uses regular expression (regex) to deserialize data.
RegexSerDe() - Constructor for class org.apache.hadoop.hive.serde2.RegexSerDe
 
ReInit(Reader, int, int, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ReInit(Reader) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ReInit(InputStream) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ReInit(InputStream) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Reinitialise.
ReInit(Reader) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Reinitialise.
ReInit(thrift_grammarTokenManager) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Reinitialise parser.
remove(Object, Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.SettableMapObjectInspector
Remove a key-value pair from the map.
remove(Object, Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
 
reset(byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
Reset the byte buffer to the given byte range.
reset() - Method in class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
Reset the byte buffer.
reset(byte[], int) - Method in class org.apache.hadoop.hive.serde2.ByteStream.Input
 
reset() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
reset(ListObjectInspector) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
 
reset(MapObjectInspector) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
 
reset(ObjectInspector, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedObjectInspectorFactory
 
reset(StructObjectInspector) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
 
reset(UnionObjectInspector) - Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
 
resetValid(int) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
enlarge the capacity if necessary, to ensure that it can hold the number of elements specified by newValidCapacity argument.
resize(Object, int) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.SettableListObjectInspector
Resize the list.
resize(Object, int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
 
retrieve(SeedObject) - Method in class org.apache.hadoop.hive.serde2.avro.InstanceCache
Retrieve (or create if it doesn't exist) the correct Instance for this SeedObject
ReturnNullsKey - Static variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
Strings used to lookup the various configurable paramaters of this protocol.
rootNode() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 

S

scale() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
Default implementation.
scale() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantHiveDecimalObjectInspector
 
scale() - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
The scale of the underlying data.
scale() - Method in class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
 
SCHEMA_LITERAL - Static variable in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
 
SCHEMA_NONE - Static variable in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
 
SCHEMA_URL - Static variable in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
 
seek(int) - Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
Set the current position.
Senum() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
SenumDef() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
SenumDefList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
SerDe - Interface in org.apache.hadoop.hive.serde2
Deprecated. 
SerDeException - Exception in org.apache.hadoop.hive.serde2
Generic exception class for SerDes.
SerDeException() - Constructor for exception org.apache.hadoop.hive.serde2.SerDeException
 
SerDeException(String) - Constructor for exception org.apache.hadoop.hive.serde2.SerDeException
 
SerDeException(Throwable) - Constructor for exception org.apache.hadoop.hive.serde2.SerDeException
 
SerDeException(String, Throwable) - Constructor for exception org.apache.hadoop.hive.serde2.SerDeException
 
SerDeStats - Class in org.apache.hadoop.hive.serde2
 
SerDeStats() - Constructor for class org.apache.hadoop.hive.serde2.SerDeStats
 
SerDeStatsStruct - Interface in org.apache.hadoop.hive.serde2
 
SerDeUtils - Class in org.apache.hadoop.hive.serde2
SerDeUtils.
SERIALIZATION_EXTEND_NESTING_LEVELS - Static variable in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
 
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.AbstractSerDe
Serialize an object by navigating inside the Object with the ObjectInspector.
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.AbstractSerializer
Serialize an object by navigating inside the Object with the ObjectInspector.
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.avro.AvroSerDe
 
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
 
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
Serialize a row of data.
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.columnar.LazyBinaryColumnarSerDe
 
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
serialize The way to serialize a Thrift "table" which in thrift land is really a function and thus this class's name.
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
 
serialize(Object, ObjectInspector, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
Serialize a row of data.
serialize(ByteStream.Output, Object, ObjectInspector, byte[], int, Text, boolean, byte, boolean[]) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
Serialize the row into the StringBuilder.
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
Serialize an object to a byte buffer in a binary compact way.
serialize(ByteStream.Output, Object, ObjectInspector, boolean, boolean) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
A recursive function that serialize an object to a byte buffer based on its object inspector.
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.NullStructSerDe
 
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.RegexSerDe
 
serialize(Object, ObjectInspector) - Method in interface org.apache.hadoop.hive.serde2.Serializer
Deprecated. Serialize an object by navigating inside the Object with the ObjectInspector.
serialize(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.serde2.TypedSerDe
 
Serializer - Interface in org.apache.hadoop.hive.serde2
Deprecated. 
serializeStruct(ByteStream.Output, Object[], List<ObjectInspector>) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
 
Service() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
set(int, BytesRefWritable) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Set the BytesRefWritable at the specified position with the specified BytesRefWritable.
set(byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
readFields() will corrupt the array.
set(LazyDecompressionCallback, int, int) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
readFields() will corrupt the array.
set(byte) - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
 
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(double) - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
set(HiveChar) - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
set(String) - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
set(HiveCharWritable) - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
set(HiveCharWritable, int) - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
set(HiveChar, int) - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
set(String, int) - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
set(HiveDecimal) - 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
 
set(HiveVarchar) - Method in class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
set(String) - Method in class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
set(HiveVarcharWritable) - Method in class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
set(HiveVarcharWritable, int) - Method in class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
set(HiveVarchar, int) - Method in class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
set(String, int) - Method in class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
set(short) - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
set(byte[], int) - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
set(Timestamp) - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
set(TimestampWritable) - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
set(byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe.StringWrapper
 
set(Object, byte[]) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBinaryObjectInspector
 
set(Object, BytesWritable) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBinaryObjectInspector
 
set(Object, boolean) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBooleanObjectInspector
 
set(Object, byte) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaByteObjectInspector
 
set(Object, Date) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDateObjectInspector
 
set(Object, DateWritable) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDateObjectInspector
 
set(Object, double) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDoubleObjectInspector
 
set(Object, float) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaFloatObjectInspector
 
set(Object, HiveChar) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveCharObjectInspector
 
set(Object, String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveCharObjectInspector
 
set(Object, byte[], int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveDecimalObjectInspector
 
set(Object, HiveDecimal) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveDecimalObjectInspector
 
set(Object, HiveDecimalWritable) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveDecimalObjectInspector
 
set(Object, HiveVarchar) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveVarcharObjectInspector
 
set(Object, String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaHiveVarcharObjectInspector
 
set(Object, int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaIntObjectInspector
 
set(Object, long) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaLongObjectInspector
 
set(Object, short) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaShortObjectInspector
 
set(Object, Text) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaStringObjectInspector
 
set(Object, String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaStringObjectInspector
 
set(Object, Timestamp) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
 
set(Object, byte[], int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
 
set(Object, TimestampWritable) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
 
set(Object, byte[]) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableBinaryObjectInspector
Set the object with the value.
set(Object, BytesWritable) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableBinaryObjectInspector
Set the object with the value.
set(Object, boolean) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableBooleanObjectInspector
Set the object with the value.
set(Object, byte) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableByteObjectInspector
Set the object with the value.
set(Object, Date) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableDateObjectInspector
 
set(Object, DateWritable) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableDateObjectInspector
 
set(Object, double) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableDoubleObjectInspector
Set the object with the value.
set(Object, float) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableFloatObjectInspector
Set the object with the value.
set(Object, HiveChar) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveCharObjectInspector
 
set(Object, String) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveCharObjectInspector
 
set(Object, byte[], int) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveDecimalObjectInspector
 
set(Object, HiveDecimal) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveDecimalObjectInspector
 
set(Object, HiveDecimalWritable) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveDecimalObjectInspector
 
set(Object, HiveVarchar) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveVarcharObjectInspector
 
set(Object, String) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableHiveVarcharObjectInspector
 
set(Object, int) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableIntObjectInspector
Set the object with the value.
set(Object, long) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableLongObjectInspector
Set the object with the value.
set(Object, short) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableShortObjectInspector
Set the object with the value.
set(Object, Text) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableStringObjectInspector
Set the object with the value.
set(Object, String) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableStringObjectInspector
Set the object with the value.
set(Object, byte[], int) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableTimestampObjectInspector
 
set(Object, Timestamp) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableTimestampObjectInspector
 
set(Object, TimestampWritable) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableTimestampObjectInspector
 
set(Object, byte[]) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
 
set(Object, BytesWritable) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
 
set(Object, boolean) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBooleanObjectInspector
 
set(Object, byte) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
 
set(Object, Date) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDateObjectInspector
 
set(Object, DateWritable) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDateObjectInspector
 
set(Object, double) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
 
set(Object, float) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableFloatObjectInspector
 
set(Object, HiveChar) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveCharObjectInspector
 
set(Object, String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveCharObjectInspector
 
set(Object, byte[], int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveDecimalObjectInspector
 
set(Object, HiveDecimal) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveDecimalObjectInspector
 
set(Object, HiveDecimalWritable) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveDecimalObjectInspector
 
set(Object, HiveVarchar) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector
 
set(Object, String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector
 
set(Object, int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableIntObjectInspector
 
set(Object, long) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableLongObjectInspector
 
set(Object, short) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableShortObjectInspector
 
set(Object, Text) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
 
set(Object, String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
 
set(Object, byte[], int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
 
set(Object, Timestamp) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
 
set(Object, TimestampWritable) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
 
set(Object, int, Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.SettableListObjectInspector
Set the element at index.
set(Object, int, Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
 
setAllStructFieldNames(ArrayList<String>) - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
For java serialization use only.
setAllStructFieldTypeInfos(ArrayList<TypeInfo>) - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
For java serialization use only.
setAllUnionObjectTypeInfos(List<TypeInfo>) - Method in class org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo
For java serialization use only.
setBinarySortable(byte[], int) - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
Given a byte[] that has binary sortable data, initialize the internal structures to hold that data
setData(byte[]) - Method in class org.apache.hadoop.hive.serde2.lazy.ByteArrayRef
 
setDebugStream(PrintStream) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Set debug output.
setFromBytes(byte[], int, int, LazyBinaryUtils.VInt) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
setFromBytes(byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
setFullyReadColumns(Configuration) - Static method in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
Deprecated. for backwards compatibility with <= 0.12, use setReadAllColumns
setLength(int) - Method in class org.apache.hadoop.hive.serde2.typeinfo.BaseCharTypeInfo
 
setListElementTypeInfo(TypeInfo) - Method in class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
For java serialization use only.
setMapKeyTypeInfo(TypeInfo) - Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
For java serialization use only.
setMapValueTypeInfo(TypeInfo) - Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
For java serialization use only.
setObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector.StandardUnion
 
setRawDataSize(long) - Method in class org.apache.hadoop.hive.serde2.SerDeStats
Set the raw data size
setReadAllColumns(Configuration) - Static method in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
Sets the READ_ALL_COLUMNS flag and removes any previously set column ids.
setReadColumnIDs(Configuration, List<Integer>) - Static method in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
Deprecated. for backwards compatibility with <= 0.12, use setReadAllColumns and appendReadColumns
setRecord(GenericRecord) - Method in class org.apache.hadoop.hive.serde2.avro.AvroGenericRecordWritable
 
setRecordReaderID(UID) - Method in class org.apache.hadoop.hive.serde2.avro.AvroGenericRecordWritable
 
setRowCount(long) - Method in class org.apache.hadoop.hive.serde2.SerDeStats
Set the row count
setStructFieldData(Object, StructField, Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
 
setStructFieldData(Object, StructField, Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.SettableStructObjectInspector
Modify the value of a field.
setStructFieldData(Object, StructField, Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
SettableBinaryObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
SettableBooleanObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A SettableBooleanObjectInspector can set a boolean value to an object.
SettableByteObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A SettableByteObjectInspector can set a byte value to an object.
SettableDateObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A SettableDecimalObjectInspector can set a Date value to an object.
SettableDoubleObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A SettableDoubleObjectInspector can set a double value to an object.
SettableFloatObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A SettableFloatObjectInspector can set a float value to an object.
SettableHiveCharObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
SettableHiveDecimalObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A SettableDecimalObjectInspector can set a HiveDecimal value to an object.
SettableHiveVarcharObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
SettableIntObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A SettableIntObjectInspector can set an int value to an object.
SettableListObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector
SettableListObjectInspector.
SettableLongObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A SettableLongObjectInspector can set a long value to an object.
SettableMapObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector
SettableMapObjectInspector.
SettableShortObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A SettableShortObjectInspector can set a short value to an object.
SettableStringObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A SettableStringObjectInspector can set a string value to an object.
SettableStructObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
SettableStructObjectInspector.
SettableStructObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.SettableStructObjectInspector
 
SettableTimestampObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
SettableUnionObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
SettableUnionObjectInspector.
SettableUnionObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.SettableUnionObjectInspector
 
setTag(byte) - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector.StandardUnion
 
setTimestamp(Timestamp, byte[], int) - Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
setTypeName(String) - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
 
setValue(LazyHiveChar) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyHiveChar
 
setValue(LazyHiveVarchar) - Method in class org.apache.hadoop.hive.serde2.lazy.LazyHiveVarchar
 
ShortObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A ShortObjectInspector inspects an Object representing a Short.
shortTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
shortTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
ShortWritable - Class in org.apache.hadoop.hive.serde2.io
ShortWritable.
ShortWritable(short) - Constructor for class org.apache.hadoop.hive.serde2.io.ShortWritable
 
ShortWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.ShortWritable
 
ShortWritable.Comparator - Class in org.apache.hadoop.hive.serde2.io
A Comparator optimized for BytesWritable.
ShortWritable.Comparator() - Constructor for class org.apache.hadoop.hive.serde2.io.ShortWritable.Comparator
 
shouldIgnoreField(String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
 
SimpleCharStream - Class in org.apache.hadoop.hive.serde2.dynamic_type
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
SimpleMapEqualComparer - Class in org.apache.hadoop.hive.serde2.objectinspector
 
SimpleMapEqualComparer() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.SimpleMapEqualComparer
 
SimpleNode - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
SimpleNode(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
SimpleNode(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
size() - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Returns the number of valid elements.
skip(byte) - Method in interface org.apache.hadoop.hive.serde2.thrift.SkippableTProtocol
 
skip(byte) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
Skip past the current field Just increments the field index counter.
SkippableTProtocol - Interface in org.apache.hadoop.hive.serde2.thrift
An interface for TProtocols that can efficiently skip fields when deserializing.
specialToken - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
StandardConstantListObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
A StandardListObjectInspector which also implements the ConstantObjectInspector interface.
StandardConstantMapObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
A StandardMapObjectInspector which also implements the ConstantObjectInspector interface.
StandardListObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
DefaultListObjectInspector works on list data that is stored as a Java List or Java Array object.
StandardMapObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
StandardMapObjectInspector works on map data that is stored as a Java Map object.
StandardStructObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
ListStructObjectInspector works on struct data that is stored as a Java List or Java Array object.
StandardUnionObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
StandardUnionObjectInspector works on union data that is stored as UnionObject.
StandardUnionObjectInspector(List<ObjectInspector>) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
 
StandardUnionObjectInspector.StandardUnion - Class in org.apache.hadoop.hive.serde2.objectinspector
 
StandardUnionObjectInspector.StandardUnion() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector.StandardUnion
 
StandardUnionObjectInspector.StandardUnion(byte, Object) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector.StandardUnion
 
Start() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
start - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe.StringWrapper
 
staticFlag - Static variable in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
StringObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A StringObjectInspector inspects an Object representing a String.
stringTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
stringTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
Struct() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
StructField - Interface in org.apache.hadoop.hive.serde2.objectinspector
StructField is an empty interface.
StructObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
StructObjectInspector.
StructObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
 
StructTypeInfo - Class in org.apache.hadoop.hive.serde2.typeinfo
StructTypeInfo represents the TypeInfo of a struct.
StructTypeInfo() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
For java serialization use only.
SubStructObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
SubsetStructObjectInspector implement a wrapper around a base object inspector (baseOI) such that when the row corresponding to the baseOI is given together with this object inspector, it will mask out some fields in the row as if they are not there.
SubStructObjectInspector(StructObjectInspector, int, int) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
Create a new Object Inspector based on a base object inspector and the subset of columns will be inspected (from startCol to startCol+numCols).
supportsConstantObjectInspector(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
SwitchTo(int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Switch to specified lex state.

T

TBinarySortableProtocol - Class in org.apache.hadoop.hive.serde2.thrift
An implementation of the Thrift Protocol for binary sortable records.
TBinarySortableProtocol(TTransport) - Constructor for class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
TBinarySortableProtocol.Factory - Class in org.apache.hadoop.hive.serde2.thrift
Factory for TBinarySortableProtocol objects.
TBinarySortableProtocol.Factory() - Constructor for class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol.Factory
 
TCTLSeparatedProtocol - Class in org.apache.hadoop.hive.serde2.thrift
An implementation of the Thrift Protocol for ctl separated records.
TCTLSeparatedProtocol(TTransport) - Constructor for class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
The simple constructor which assumes ctl-a, ctl-b and '\n' separators and to return empty strings for empty fields.
TCTLSeparatedProtocol(TTransport, int) - Constructor for class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
TCTLSeparatedProtocol(TTransport, String, String, String, String, boolean, int) - Constructor for class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
TCTLSeparatedProtocol.Factory - Class in org.apache.hadoop.hive.serde2.thrift
Factory for JSON protocol objects.
TCTLSeparatedProtocol.Factory() - Constructor for class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol.Factory
 
tell() - Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
Return the current position.
threadLocalVInt - Static variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
 
thrift_grammar - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
thrift_grammar(InputStream) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Constructor with InputStream.
thrift_grammar(InputStream, String) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Constructor with InputStream and supplied encoding
thrift_grammar(Reader) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Constructor.
thrift_grammar(thrift_grammarTokenManager) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Constructor with generated Token Manager.
thrift_grammarConstants - Interface in org.apache.hadoop.hive.serde2.dynamic_type
Token literal values and constants.
thrift_grammarTokenManager - Class in org.apache.hadoop.hive.serde2.dynamic_type
Token Manager.
thrift_grammarTokenManager(SimpleCharStream) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Constructor.
thrift_grammarTokenManager(SimpleCharStream, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Constructor.
thrift_grammarTreeConstants - Interface in org.apache.hadoop.hive.serde2.dynamic_type
 
ThriftByteStreamTypedSerDe - Class in org.apache.hadoop.hive.serde2.thrift
ThriftByteStreamTypedSerDe.
ThriftByteStreamTypedSerDe(Type, TProtocolFactory, TProtocolFactory) - Constructor for class org.apache.hadoop.hive.serde2.thrift.ThriftByteStreamTypedSerDe
 
ThriftDeserializer - Class in org.apache.hadoop.hive.serde2.thrift
ThriftDeserializer.
ThriftDeserializer() - Constructor for class org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer
 
thriftReaderFname - Static variable in class org.apache.hadoop.hive.serde2.thrift.TReflectionUtils
 
thriftRWParams - Static variable in class org.apache.hadoop.hive.serde2.thrift.TReflectionUtils
 
thriftWriterFname - Static variable in class org.apache.hadoop.hive.serde2.thrift.TReflectionUtils
 
Throws() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
TimestampObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
timestampTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
timestampTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
TimestampWritable - Class in org.apache.hadoop.hive.serde2.io
TimestampWritable Writable equivalent of java.sq.Timestamp Timestamps are of the format YYYY-MM-DD HH:MM:SS.[fff...] We encode Unix timestamp in seconds in 4 bytes, using the MSB to signify whether the timestamp has a fractional portion.
TimestampWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
TimestampWritable(byte[], int) - Constructor for class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
TimestampWritable(TimestampWritable) - Constructor for class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
TimestampWritable(Timestamp) - Constructor for class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
timeToDate(long) - Static method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
tok_async - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_bool - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_byte - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_cocoa_prefix - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_const - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_cpp_include - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_cpp_namespace - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_cpp_type - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_csharp_namespace - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_double - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_double_constant - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_enum - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_exception - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_extends - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_i16 - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_i32 - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_i64 - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_include - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_int_constant - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_java_package - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_list - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_literal - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_map - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_namespace - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_optional - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_perl_package - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_php_namespace - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_py_module - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_required - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_ruby_namespace - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_senum - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_service - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_set - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_skip - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_slist - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_smalltalk_category - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_smalltalk_prefix - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_st_identifier - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_string - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_struct - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_throws - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_typedef - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_void - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_xsd_all - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_xsd_attrs - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_xsd_namespace - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_xsd_nillable - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
tok_xsd_optional - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
token - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Current token.
Token - Class in org.apache.hadoop.hive.serde2.dynamic_type
Describes the input token stream.
Token() - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.Token
 
token_source - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Generated Token Manager.
tokenImage - Variable in exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
Literal token values.
TokenMgrError - Error in org.apache.hadoop.hive.serde2.dynamic_type
 
TokenMgrError() - Constructor for error org.apache.hadoop.hive.serde2.dynamic_type.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.hadoop.hive.serde2.dynamic_type.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.hadoop.hive.serde2.dynamic_type.TokenMgrError
 
toString() - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
toString() - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
 
toString() - Method in class org.apache.hadoop.hive.serde2.columnar.LazyBinaryColumnarSerDe
 
toString() - Method in class org.apache.hadoop.hive.serde2.ColumnSet
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunction
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
toString(String) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
toString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.Token
Returns the image.
toString() - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
 
toString() - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
toString() - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
toString() - Method in class org.apache.hadoop.hive.serde2.io.HiveCharWritable
 
toString() - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
toString() - Method in class org.apache.hadoop.hive.serde2.io.HiveVarcharWritable
 
toString() - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
toString() - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
toString() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyPrimitive
 
toString() - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
 
toString() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveCharObjectInspector
 
toString() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyHiveVarcharObjectInspector
 
toString() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryPrimitive
 
toString() - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.RecordInfo
 
toString() - Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
toString() - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
 
toString() - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector.MyField
 
toString() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector.StandardUnion
 
toString() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
 
toString() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
 
toString() - Method in class org.apache.hadoop.hive.serde2.typeinfo.CharTypeInfo
 
toString() - Method in class org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo
 
toString() - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
 
toString() - Method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo
 
toString() - Method in class org.apache.hadoop.hive.serde2.typeinfo.VarcharTypeInfo
 
toThriftPayload(Object, ObjectInspector, int) - Static method in class org.apache.hadoop.hive.serde2.SerDeUtils
Convert a Object to a standard Java object in compliance with JDBC 3.0 (see JDBC 3.0 Specification, Table B-3: Mapping from JDBC Types to Java Object Types).
TReflectionUtils - Class in org.apache.hadoop.hive.serde2.thrift
TReflectionUtils.
trueBytes - Static variable in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
 
TypeBool() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
TypeByte() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
Typedef() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
TypeDefinition() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
TypeDouble() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
TypedSerDe - Class in org.apache.hadoop.hive.serde2
TypedSerDe.
TypedSerDe(Type) - Constructor for class org.apache.hadoop.hive.serde2.TypedSerDe
 
Typei16() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
Typei32() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
Typei64() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
TypeInfo - Class in org.apache.hadoop.hive.serde2.typeinfo
Stores information about a type.
TypeInfoFactory - Class in org.apache.hadoop.hive.serde2.typeinfo
TypeInfoFactory can be used to create the TypeInfo object for any types.
TypeInfoUtils - Class in org.apache.hadoop.hive.serde2.typeinfo
TypeInfoUtils.
TypeInfoUtils.PrimitiveParts - Class in org.apache.hadoop.hive.serde2.typeinfo
 
TypeInfoUtils.PrimitiveParts() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils.PrimitiveParts
 
TypeList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
TypeMap() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
typeName - Variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
typeName is the name of the type as in DDL.
typeName - Variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils.PrimitiveParts
 
typeParams - Variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils.PrimitiveParts
 
TypeSet() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
TypeString() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 

U

unCheckedGet(int) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Gets the BytesRefWritable at the specified position without checking.
UnflagArgs() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
UnionObject - Interface in org.apache.hadoop.hive.serde2.objectinspector
The UnionObject.
UnionObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector
UnionObjectInspector works on union data that is stored as UnionObject.
UnionStructObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector
UnionStructObjectInspector unions several struct data into a single struct.
UnionStructObjectInspector.MyField - Class in org.apache.hadoop.hive.serde2.objectinspector
MyField.
UnionStructObjectInspector.MyField(int, StructField) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector.MyField
 
UnionTypeInfo - Class in org.apache.hadoop.hive.serde2.typeinfo
UnionTypeInfo represents the TypeInfo of an union.
UnionTypeInfo() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo
For java serialization use only.
unknownTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
unknownTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 

V

validateCharParameter(int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.BaseCharUtils
 
validateParameter(int, int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.HiveDecimalUtils
 
validateVarcharParameter(int) - Static method in class org.apache.hadoop.hive.serde2.typeinfo.BaseCharUtils
 
value - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.VInt
 
value - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.VLong
 
valueOf(String) - Static method in enum org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldRequiredness.RequirednessTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory.ObjectInspectorOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils.ObjectInspectorCopyOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveGrouping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector.PrimitiveCategory
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldRequiredness.RequirednessTypes
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.serde2.objectinspector.ObjectInspector.Category
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.serde2.objectinspector.ObjectInspectorFactory.ObjectInspectorOptions
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.serde2.objectinspector.ObjectInspectorUtils.ObjectInspectorCopyOption
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.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveGrouping
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.serde2.objectinspector.PrimitiveObjectInspector.PrimitiveCategory
Returns an array containing the constants of this enum type, in the order they are declared.
varcharTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
varcharTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
VarcharTypeInfo - Class in org.apache.hadoop.hive.serde2.typeinfo
 
VarcharTypeInfo() - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.VarcharTypeInfo
 
VarcharTypeInfo(int) - Constructor for class org.apache.hadoop.hive.serde2.typeinfo.VarcharTypeInfo
 
VoidObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A VoidObjectInspector can inspect a void object.
voidTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
voidTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 

W

wrap(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedObjectInspectorFactory
 
writableBinaryObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableBinaryObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableBinaryObjectInspector inspects a BytesWritable Object.
writableBooleanObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableBooleanObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableBooleanObjectInspector inspects a BooleanWritable Object.
writableByteObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableByteObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableByteObjectInspector inspects a ByteWritable Object.
WritableByteObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
 
WritableConstantBinaryObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantBinaryObjectInspector is a WritableBinaryObjectInspector that implements ConstantObjectInspector.
WritableConstantBinaryObjectInspector(BytesWritable) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantBinaryObjectInspector
 
WritableConstantBooleanObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantBooleanObjectInspector is a WritableBooleanObjectInspector that implements ConstantObjectInspector.
WritableConstantByteObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantByteObjectInspector is a WritableByteObjectInspector that implements ConstantObjectInspector.
WritableConstantDateObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantDateObjectInspector is a WritableDateObjectInspector that implements ConstantObjectInspector.
WritableConstantDoubleObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantDoubleObjectInspector is a WritableDoubleObjectInspector that implements ConstantObjectInspector.
WritableConstantFloatObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantFloatObjectInspector is a WritableFloatObjectInspector that implements ConstantObjectInspector.
WritableConstantHiveCharObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantHiveCharObjectInspector is a WritableHiveCharObjectInspector that implements ConstantObjectInspector.
WritableConstantHiveDecimalObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantHiveDecimalObjectInspector is a WritableHiveDecimalObjectInspector that implements ConstantObjectInspector.
WritableConstantHiveVarcharObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantHiveVarcharObjectInspector is a WritableHiveVarcharObjectInspector that implements ConstantObjectInspector.
WritableConstantIntObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantIntObjectInspector is a WritableIntObjectInspector that implements ConstantObjectInspector.
WritableConstantLongObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantLongObjectInspector is a WritableLongObjectInspector that implements ConstantObjectInspector.
WritableConstantShortObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantShortObjectInspector is a WritableShortObjectInspector that implements ConstantObjectInspector.
WritableConstantStringObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantStringObjectInspector is a WritableStringObjectInspector that implements ConstantObjectInspector.
WritableConstantTimestampObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableConstantTimestampObjectInspector is a WritableTimestampObjectInspector that implements ConstantObjectInspector.
writableDateObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableDateObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableDateObjectInspector inspects a DateWritable Object.
WritableDateObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDateObjectInspector
 
writableDoubleObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableDoubleObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableDoubleObjectInspector inspects a DoubleWritable Object.
writableFloatObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableFloatObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A FloatObjectInspector inspects a FloatWritable Object.
writableHiveCharObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableHiveCharObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
WritableHiveCharObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveCharObjectInspector
 
WritableHiveCharObjectInspector(CharTypeInfo) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveCharObjectInspector
 
writableHiveDecimalObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableHiveDecimalObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
WritableHiveDecimalObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveDecimalObjectInspector
 
writableHiveVarcharObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableHiveVarcharObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
WritableHiveVarcharObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector
 
WritableHiveVarcharObjectInspector(VarcharTypeInfo) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector
 
writableIntObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableIntObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableIntObjectInspector inspects a IntWritable Object.
writableLongObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableLongObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableLongObjectInspector inspects a LongWritable Object.
writableShortObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableShortObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableShortObjectInspector inspects a ShortWritable Object.
writableStringObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableStringObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableStringObjectInspector inspects a Text Object.
writableTimestampObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableTimestampObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
 
WritableTimestampObjectInspector() - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
 
writableVoidObjectInspector - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
 
WritableVoidObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
A WritableVoidObjectInspector inspects a NullWritable Object.
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.avro.AvroGenericRecordWritable
 
write(byte) - Method in class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
 
write(byte, boolean) - Method in class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
Write one byte to the byte buffer.
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
 
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.io.HiveBaseCharWritable
 
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
write(OutputStream) - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
write(DataOutput) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
 
writeBinary(ByteBuffer) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeBinary(byte[]) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeBinary(byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeBinary(ByteBuffer) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeBool(boolean) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeBool(boolean) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeByte(byte) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeByte(byte) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeDataTo(DataOutput) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
 
writeDouble(ByteStream.Output, double) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
 
writeDouble(double) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeDouble(double) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeEscaped(OutputStream, byte[], int, int, boolean, byte, boolean[]) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
Write the bytes with special characters escaped.
writeFieldBegin(TField) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeFieldBegin(TField) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeFieldEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeFieldEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeFieldStop() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeFieldStop() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeI16(short) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeI16(short) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeI32(int) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeI32(int) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeI64(long) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeI64(long) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeListBegin(TList) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeListBegin(TList) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeListEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeListEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeMapBegin(TMap) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeMapBegin(TMap) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeMapEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeMapEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeMessageBegin(TMessage) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeMessageBegin(TMessage) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeMessageEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeMessageEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeNull() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeNull() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeNull() - Method in interface org.apache.hadoop.hive.serde2.thrift.WriteNullsProtocol
Write a null.
WriteNullsProtocol - Interface in org.apache.hadoop.hive.serde2.thrift
An interface for TProtocols that actually write out nulls - This should be for all those that don't actually use fieldids in the written data like TCTLSeparatedProtocol.
writePrimitive(OutputStream, Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
Write out a binary representation of a PrimitiveObject to a byte stream.
writePrimitiveUTF8(OutputStream, Object, PrimitiveObjectInspector, boolean, byte, boolean[]) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
Write out the text representation of a Primitive Object to a UTF8 byte stream.
writeSetBegin(TSet) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeSetBegin(TSet) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeSetEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeSetEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeString(String) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeString(String) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeStructBegin(TStruct) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeStructBegin(TStruct) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeStructEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeStructEnd() - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
writeText(Text) - Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
 
writeText(Text) - Method in interface org.apache.hadoop.hive.serde2.thrift.WriteTextProtocol
Write Text.
WriteTextProtocol - Interface in org.apache.hadoop.hive.serde2.thrift
An interface for TProtocols that can write out data in hadoop Text objects (UTF-8 encoded String).
writeToByteStream(ByteStream.Output) - Method in class org.apache.hadoop.hive.serde2.io.DateWritable
 
writeToByteStream(Decimal128, ByteStream.Output) - Static method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
writeToByteStream(ByteStream.Output) - Method in class org.apache.hadoop.hive.serde2.io.HiveDecimalWritable
 
writeToByteStream(ByteStream.Output) - Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
 
writeUTF8(OutputStream, DateWritable) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyDate
Writes a Date in SQL date format to the output stream.
writeUTF8(OutputStream, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyInteger
Writes out the text representation of an integer using base 10 to an OutputStream in UTF-8 encoding.
writeUTF8(OutputStream, long) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyLong
Writes out the text representation of an integer using base 10 to an OutputStream in UTF-8 encoding.
writeUTF8(OutputStream, TimestampWritable) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyTimestamp
Writes a Timestamp in JDBC timestamp format to the output stream
writeUTF8NoException(OutputStream, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyInteger
 
writeUTF8NoException(OutputStream, long) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyLong
 
writeVInt(ByteStream.Output, int) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Writes a zero-compressed encoded int to a byte array.
writeVLong(ByteStream.Output, long) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
 
writeVLongToByteArray(byte[], long) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Write a zero-compressed encoded long to a byte array.
writeVLongToByteArray(byte[], int, long) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
 

X

Xception() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 

Z

ZeroBytesRefWritable - Static variable in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
 

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

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