| Name | Description | Type | Package | Framework |
| AbstractDeserializer | Abstract class for implementing Deserializer. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| AbstractEncodingAwareSerDe | AbstractEncodingAwareSerDe aware the encoding from table properties, transform data from specified charset to UTF-8 during serialize, and | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| AbstractPrimitiveJavaObjectInspector | An AbstractJavaPrimitiveObjectInspector for a Java object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| AbstractPrimitiveLazyObjectInspector | An AbstractPrimitiveLazyObjectInspector for a LazyPrimitive object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| AbstractPrimitiveObjectInspector | An AbstractPrimitiveObjectInspector is based on ObjectInspectorUtils. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| AbstractPrimitiveWritableObjectInspector | An AbstractWritablePrimitiveObjectInspector for a Writable object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| AbstractSerDe | Abstract class for implementing SerDe. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| AbstractSerializer | Abstract class for implementing Serializer. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| AvroGenericRecordWritable | Wrapper around an Avro GenericRecord. | Class | org.apache.hadoop.hive.serde2.avro | Apache Hive |
|
| AvroLazyObjectInspector | | Class | org.apache.hadoop.hive.serde2.avro | Apache Hive |
|
| AvroObjectInspectorException | Exception for the AvroLazyObjectInspectorSee Also:Serialized Form | Class | org.apache.hadoop.hive.serde2.avro | Apache Hive |
|
| AvroObjectInspectorGenerator | An AvroObjectInspectorGenerator takes an Avro schema and creates the three data structures Hive needs to work with Avro-encoded data: | Class | org.apache.hadoop.hive.serde2.avro | Apache Hive |
|
| AvroSchemaRetriever | Retrieves the avro schema from the given source. | Class | org.apache.hadoop.hive.serde2.avro | Apache Hive |
|
| AvroSerDe | Read or write Avro data from Hive. | Class | org.apache.hadoop.hive.serde2.avro | Apache Hive |
|
| AvroSerdeException | | Class | org.apache.hadoop.hive.serde2.avro | Apache Hive |
|
| AvroSerdeUtils | Utilities useful only to the AvroSerde itself. | Class | org.apache.hadoop.hive.serde2.avro | Apache Hive |
|
| AvroSerdeUtils .AvroTableProperties | If introducing a new avro-specific table property, add it here. | Class | org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils | Apache Hive |
|
| BadSchemaException | | Class | org.apache.hadoop.hive.serde2.avro | Apache Hive |
|
| BaseCharTypeInfo | | Class | org.apache.hadoop.hive.serde2.typeinfo | Apache Hive |
|
| BaseCharUtils | | Class | org.apache.hadoop.hive.serde2.typeinfo | Apache Hive |
|
| BaseStructObjectInspector | | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| BaseStructObjectInspector .MyField | | Class | org.apache.hadoop.hive.serde2.BaseStructObjectInspector | Apache Hive |
|
| BinaryObjectInspector | | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| BinarySortableDeserializeRead | | Class | org.apache.hadoop.hive.serde2.binarysortable.fast | Apache Hive |
|
| BinarySortableSerDe | BinarySortableSerDe can be used to write data in a way that the data can be compared byte-by-byte with the same order. | Class | org.apache.hadoop.hive.serde2.binarysortable | Apache Hive |
|
| BinarySortableSerializeWrite | | Class | org.apache.hadoop.hive.serde2.binarysortable.fast | Apache Hive |
|
| BooleanObjectInspector | A BooleanObjectInspector inspects an Object representing a Boolean. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| ByteArrayRef | ByteArrayRef stores a reference to a byte array. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| ByteObjectInspector | A ByteObjectInspector inspects an Object representing a Byte object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| BytesRefArrayWritable | BytesRefArrayWritable holds an array reference to BytesRefWritable, and is able to resize without recreating new array if not necessary. | Class | org.apache.hadoop.hive.serde2.columnar | Apache Hive |
|
| BytesRefWritable | BytesRefWritable referenced a section of byte array. | Class | org.apache.hadoop.hive.serde2.columnar | Apache Hive |
|
| ByteStream | Extensions to bytearrayinput/output streams. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| ByteStream .Input | | Class | org.apache.hadoop.hive.serde2.ByteStream | Apache Hive |
|
| ByteStream .Output | | Class | org.apache.hadoop.hive.serde2.ByteStream | Apache Hive |
|
| ByteStream .RandomAccessOutput | | Interface | org.apache.hadoop.hive.serde2.ByteStream | Apache Hive |
|
| ByteStreamTypedSerDe | ByteStreamTypedSerDe. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| ByteWritable | This class was created before the Hadoop version of this class was available, and needs to be kept around for backward compatibility of third-party UDFs/SerDes. | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| CharTypeInfo | | Class | org.apache.hadoop.hive.serde2.typeinfo | Apache Hive |
|
| ColumnarSerDe | ColumnarSerDe is used for columnar based storage supported by RCFile. | Class | org.apache.hadoop.hive.serde2.columnar | Apache Hive |
|
| ColumnarSerDeBase | | Class | org.apache.hadoop.hive.serde2.columnar | Apache Hive |
|
| ColumnarStruct | ColumnarStruct is different from LazyStruct in that ColumnarStruct's field Object get parsed at its initialize time when call | Class | org.apache.hadoop.hive.serde2.columnar | Apache Hive |
|
| ColumnarStructBase | | Class | org.apache.hadoop.hive.serde2.columnar | Apache Hive |
|
| ColumnProjectionUtils | ColumnProjectionUtils. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| ColumnSet | | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| Complex | | Class | org.apache.hadoop.hive.serde2.thrift.test | Apache Hive |
|
| Complex ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.hadoop.hive.serde2.thrift.test.Complex | Apache Hive |
|
| Complexpb | | Class | org.apache.hadoop.hive.serde2.proto.test | Apache Hive |
|
| Complexpb .Complex | | Class | org.apache.hadoop.hive.serde2.proto.test.Complexpb | Apache Hive |
|
| Complexpb .IntString | | Class | org.apache.hadoop.hive.serde2.proto.test.Complexpb | Apache Hive |
|
| ConfigurableTProtocol | An interface for TProtocols that need to have properties passed in to initialize them. | Interface | org.apache.hadoop.hive.serde2.thrift | Apache Hive |
|
| ConstantObjectInspector | ConstantObjectInspector. | Interface | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| CrossMapEqualComparer | | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| DateObjectInspector | A DateObjectInspector inspects an Object representing a Date. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| DateWritable | Writable equivalent of java. | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| DecimalTypeInfo | | Class | org.apache.hadoop.hive.serde2.typeinfo | Apache Hive |
|
| DelimitedJSONSerDe | This serde can only serialize, because it is just intended for use by the FetchTask class and the TRANSFORM function. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| Deserializer | HiveDeserializer is used to deserialize the data from hadoop Writable to a custom java object that can be of any type that the developer wants. | Interface | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| DeserializeRead | | Interface | org.apache.hadoop.hive.serde2.fast | Apache Hive |
|
| DeserializeRead .ReadBinaryResults | | Class | org.apache.hadoop.hive.serde2.fast.DeserializeRead | Apache Hive |
|
| DeserializeRead .ReadBytesResults | | Class | org.apache.hadoop.hive.serde2.fast.DeserializeRead | Apache Hive |
|
| DeserializeRead .ReadDateResults | | Class | org.apache.hadoop.hive.serde2.fast.DeserializeRead | Apache Hive |
|
| DeserializeRead .ReadDecimalResults | | Class | org.apache.hadoop.hive.serde2.fast.DeserializeRead | Apache Hive |
|
| DeserializeRead .ReadHiveCharResults | | Class | org.apache.hadoop.hive.serde2.fast.DeserializeRead | Apache Hive |
|
| DeserializeRead .ReadHiveVarcharResults | | Class | org.apache.hadoop.hive.serde2.fast.DeserializeRead | Apache Hive |
|
| DeserializeRead .ReadIntervalDayTimeResults | | Class | org.apache.hadoop.hive.serde2.fast.DeserializeRead | Apache Hive |
|
| DeserializeRead .ReadIntervalYearMonthResults | | Class | org.apache.hadoop.hive.serde2.fast.DeserializeRead | Apache Hive |
|
| DeserializeRead .ReadStringResults | | Class | org.apache.hadoop.hive.serde2.fast.DeserializeRead | Apache Hive |
|
| DeserializeRead .ReadTimestampResults | | Class | org.apache.hadoop.hive.serde2.fast.DeserializeRead | Apache Hive |
|
| DoubleObjectInspector | A DoubleObjectInspector inspects an Object representing a Double. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| DoubleWritable | Writable for Double values. | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| DynamicSerDe | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeAsync | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeCommaOrSemicolon | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeConst | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeConstList | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeConstListContents | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeConstMap | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeConstMapContents | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeConstValue | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeDefinition | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeDefinitionType | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeEnum | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeEnumDef | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeEnumDefList | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeExtends | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeField | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeFieldList | DynamicSerDeFieldList. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeFieldRequiredness | DynamicSerDeFieldRequiredness. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeFieldRequiredness .RequirednessTypes | | Class | org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldRequiredness | Apache Hive |
|
| DynamicSerDeFieldType | DynamicSerDeFieldType. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeFieldValue | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeFlagArgs | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeFunction | DynamicSerDeFunction. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeFunctionType | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeHeader | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeHeaderList | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeInclude | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeNamespace | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeSenum | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeSenumDef | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeSenumDefList | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeService | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeSimpleNode | DynamicSerDeSimpleNode. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeStart | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeStruct | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeStructBase | DynamicSerDeStructBase. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeThrows | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypeBase | DynamicSerDeTypeBase. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypeBool | DynamicSerDeTypeBool. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypeByte | DynamicSerDeTypeByte. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypedef | DynamicSerDeTypedef. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypeDefinition | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypeDouble | DynamicSerDeTypeDouble. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypei16 | DynamicSerDeTypei16. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypei32 | DynamicSerDeTypei32. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypei64 | DynamicSerDeTypei64. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypeList | DynamicSerDeTypeList. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypeMap | DynamicSerDeTypeMap. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypeSet | DynamicSerDeTypeSet. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeTypeString | DynamicSerDeTypeString. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeUnflagArgs | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| DynamicSerDeXception | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| FloatObjectInspector | A FloatObjectInspector inspects an Object representing a Float. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| FullMapEqualComparer | | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| HiveBaseCharWritable | | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| HiveCharObjectInspector | | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| HiveCharWritable | String values will be padded to full char length. | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| HiveDecimalObjectInspector | A DecimalObjectInspector inspects an Object representing a HiveDecimal. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| HiveDecimalUtils | | Class | org.apache.hadoop.hive.serde2.typeinfo | Apache Hive |
|
| HiveDecimalWritable | | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| HiveIntervalDayTimeObjectInspector | A HiveIntervalObjectInspector inspects an Object representing an Interval. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| HiveIntervalDayTimeWritable | | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| HiveIntervalYearMonthObjectInspector | A HiveIntervalObjectInspector inspects an Object representing a year-month Interval. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| HiveIntervalYearMonthWritable | | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| HiveVarcharObjectInspector | | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| HiveVarcharWritable | | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| InputByteBuffer | This class is much more efficient than ByteArrayInputStream because none of the methods are synchronized. | Class | org.apache.hadoop.hive.serde2.binarysortable | Apache Hive |
|
| InspectableObject | Simple wrapper of object with ObjectInspector. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| InstanceCache | Cache for objects whose creation only depends on some other set of objects and therefore can be used against other equivalent versions of those | Class | org.apache.hadoop.hive.serde2.avro | Apache Hive |
|
| IntObjectInspector | A IntObjectInspector inspects an Object representing an Integer. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| IntString | | Class | org.apache.hadoop.hive.serde2.thrift.test | Apache Hive |
|
| IntString ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.hadoop.hive.serde2.thrift.test.IntString | Apache Hive |
|
| JavaBinaryObjectInspector | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaBooleanObjectInspector | A JavaBooleanObjectInspector inspects a Java Boolean Object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaByteObjectInspector | A JavaByteObjectInspector inspects a Java Byte Object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantBinaryObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantBooleanObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantByteObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantDateObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantDoubleObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantFloatObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantHiveCharObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantHiveDecimalObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantHiveVarcharObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantIntObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantLongObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantShortObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantStringObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaConstantTimestampObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaDateObjectInspector | A JavaDateObjectInspector inspects a Java Date Object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaDoubleObjectInspector | A JavaDoubleObjectInspector inspects a Java Double Object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaFloatObjectInspector | A JavaFloatObjectInspector inspects a Java Float Object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaHiveCharObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaHiveDecimalObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaHiveIntervalDayTimeObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaHiveIntervalYearMonthObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaHiveVarcharObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaIntObjectInspector | A JavaIntObjectInspector inspects a Java Integer Object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaLongObjectInspector | A JavaLongObjectInspector inspects a Java Long Object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaShortObjectInspector | A JavaShortObjectInspector inspects a Java Short Object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaStringObjectInspector | A JavaStringObjectInspector inspects a Java String Object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaTimestampObjectInspector | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JavaVoidObjectInspector | A JavaVoidObjectInspector inspects a Java Void Object. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| JJTthrift_grammarState | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| LazyArray | LazyArray stores an array of Lazy Objects. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyBinary | | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyBinaryArray | LazyBinaryArray is serialized as follows: start A b b b b b b end bytes | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryBinary | | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryBoolean | LazyBinaryObject for boolean which takes one byte Part of the code is adapted from Apache Harmony Project. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryByte | LazyBinaryObject for byte which takes one byte. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryColumnarSerDe | LazyBinaryColumnarSerDe. | Class | org.apache.hadoop.hive.serde2.columnar | Apache Hive |
|
| LazyBinaryColumnarStruct | | Class | org.apache.hadoop.hive.serde2.columnar | Apache Hive |
|
| LazyBinaryDate | A LazyBinaryObject that encodes a java. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryDeserializeRead | | Class | org.apache.hadoop.hive.serde2.lazybinary.fast | Apache Hive |
|
| LazyBinaryDouble | LazyBinaryObject for double which takes eight bytes. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryFactory | | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryFloat | LazyBinaryObject for float which takes four bytes. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryHiveChar | | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryHiveDecimal | | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryHiveIntervalDayTime | LazyBinaryHiveIntervalDayTime A LazyBinaryObject that encodes a HiveIntervalDayTime | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryHiveIntervalYearMonth | LazyBinaryHiveIntervalYearMonth A LazyBinaryObject that encodes a HiveIntervalYearMonth | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryHiveVarchar | | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryInteger | LazyBinaryObject for integer which is serialized as VInt. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryListObjectInspector | ObjectInspector for LazyBinaryList. | Class | org.apache.hadoop.hive.serde2.lazybinary.objectinspector | Apache Hive |
|
| LazyBinaryLong | LazyBinaryObject for long which stores as VLong. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryMap | LazyBinaryMap is serialized as follows: start A b c b c b c end bytes[] . | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryMapObjectInspector | ObjectInspector for LazyBinaryMap. | Class | org.apache.hadoop.hive.serde2.lazybinary.objectinspector | Apache Hive |
|
| LazyBinaryNonPrimitive | LazyBinaryNonPrimitive. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryObject | LazyBinaryObject stores an object in a binary format in a byte[]. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryObjectInspector | | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyBinaryObjectInspectorFactory | ObjectInspectorFactory is the primary way to create new ObjectInspector SerDe classes should call the static functions in this library to create an | Class | org.apache.hadoop.hive.serde2.lazybinary.objectinspector | Apache Hive |
|
| LazyBinaryPrimitive | Defines a LazyBinaryPrimitive. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinarySerDe | The LazyBinarySerDe class combines the lazy property of LazySimpleSerDe class and the binary property of BinarySortable class. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinarySerDe .BooleanRef | | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe | Apache Hive |
|
| LazyBinarySerDe .StringWrapper | | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe | Apache Hive |
|
| LazyBinarySerializeWrite | | Class | org.apache.hadoop.hive.serde2.lazybinary.fast | Apache Hive |
|
| LazyBinaryShort | LazyBinaryObject for short which takes two bytes. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryString | The serialization of LazyBinaryString is very simple: start A end bytes[] | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryStruct | LazyBinaryStruct is serialized as follows: start A B A B A B end bytes[] | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryStruct .SingleFieldGetter | | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct | Apache Hive |
|
| LazyBinaryStructObjectInspector | ObjectInspector for LazyBinaryStruct. | Class | org.apache.hadoop.hive.serde2.lazybinary.objectinspector | Apache Hive |
|
| LazyBinaryTimestamp | A LazyBinaryObject that encodes a java. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryUnion | LazyBinaryUnion is serialized as follows: start TAG FIELD end bytes[] | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryUnionObjectInspector | ObjectInspector for LazyBinaryUnion. | Class | org.apache.hadoop.hive.serde2.lazybinary.objectinspector | Apache Hive |
|
| LazyBinaryUtils | | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBinaryUtils .RecordInfo | Record is the unit that data is serialized in. | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils | Apache Hive |
|
| LazyBinaryUtils .VInt | A zero-compressed encoded integer. | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils | Apache Hive |
|
| LazyBinaryUtils .VLong | A zero-compressed encoded long. | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils | Apache Hive |
|
| LazyBinaryVoid | LazyBinaryVoid for NULL which is a placeholder class and it does not need to store any data. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
|
| LazyBoolean | LazyObject for storing a value of boolean. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyBooleanObjectInspector | A WritableBooleanObjectInspector inspects a BooleanWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyByte | LazyObject for storing a value of Byte. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyByteObjectInspector | A WritableByteObjectInspector inspects a ByteWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyDate | | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyDateObjectInspector | A WritableDateObjectInspector inspects a DateWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyDecompressionCallback | Used to call back lazy decompression process. | Interface | org.apache.hadoop.hive.serde2.columnar | Apache Hive |
|
| LazyDioBoolean | LazyBooleanBinary for storing a boolean value as an BooleanWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
|
| LazyDioByte | LazyByteBinary for storing a byte value as a ByteWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
|
| LazyDioDouble | LazyDoubleBinary for storing a double value as a DoubleWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
|
| LazyDioFloat | LazyFloatBinary for storing a float value as a FloatWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
|
| LazyDioInteger | LazyIntegerBinary for storing an int value as an IntWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
|
| LazyDioLong | LazyLongBinary for storing a long value as a LongWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
|
| LazyDioShort | LazyShortBinary for storing a short value as a ShortWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
|
| LazyDouble | LazyObject for storing a value of Double. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyDoubleObjectInspector | A WritableDoubleObjectInspector inspects a DoubleWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyFactory | | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyFloat | LazyObject for storing a value of Double. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyFloatObjectInspector | A FloatObjectInspector inspects a FloatWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyHiveChar | LazyObject for storing a value of HiveChar. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyHiveCharObjectInspector | | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyHiveDecimal | | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyHiveDecimalObjectInspector | | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyHiveIntervalDayTime | | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyHiveIntervalDayTimeObjectInspector | | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyHiveIntervalYearMonth | | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyHiveIntervalYearMonthObjectInspector | | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyHiveVarchar | LazyObject for storing a value of HiveVarchar. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyHiveVarcharObjectInspector | | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyInteger | LazyObject for storing a value of Integer. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyIntObjectInspector | A WritableIntObjectInspector inspects a IntWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyListObjectInspector | LazyListObjectInspector works on array data that is stored in LazyArray. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector | Apache Hive |
|
| LazyLong | LazyObject for storing a value of Long. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyLongObjectInspector | A WritableLongObjectInspector inspects a LongWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyMap | LazyMap stores a map of Primitive LazyObjects to LazyObjects. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyMapObjectInspector | LazyMapObjectInspector works on struct data that is stored in LazyStruct. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector | Apache Hive |
|
| LazyNonPrimitive | LazyPrimitive stores a primitive Object in a LazyObject. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyObject | LazyObject stores an object in a range of bytes in a byte[]. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyObjectBase | | Interface | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyObjectInspectorFactory | ObjectInspectorFactory is the primary way to create new ObjectInspector SerDe classes should call the static functions in this library to create an | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector | Apache Hive |
|
| LazyObjectInspectorParameters | | Interface | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyObjectInspectorParametersImpl | | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyPrimitive | LazyPrimitive stores a primitive Object in a LazyObject. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyPrimitiveObjectInspectorFactory | LazyPrimitiveObjectInspectorFactory is the primary way to create new ObjectInspector instances. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazySerDeParameters | | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyShort | LazyObject for storing a value of Short. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyShortObjectInspector | A WritableShortObjectInspector inspects a ShortWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazySimpleDeserializeRead | | Class | org.apache.hadoop.hive.serde2.lazy.fast | Apache Hive |
|
| LazySimpleSerDe | LazySimpleSerDe can be used to read the same data format as MetadataTypedColumnsetSerDe and TCTLSeparatedProtocol. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazySimpleSerializeWrite | | Class | org.apache.hadoop.hive.serde2.lazy.fast | Apache Hive |
|
| LazySimpleStructObjectInspector | LazySimpleStructObjectInspector works on struct data that is stored in The names of the struct fields and the internal structure of the struct | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector | Apache Hive |
|
| LazyString | LazyObject for storing a value of String. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyStringObjectInspector | A WritableStringObjectInspector inspects a Text Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyStruct | LazyObject for storing a struct. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyTimestamp | Serializes and deserializes a Timestamp in the JDBC timestamp format YYYY-MM-DD HH:MM:SS. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyTimestampObjectInspector | | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| LazyUnion | LazyObject for storing a union. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyUnionObjectInspector | LazyUnionObjectInspector works on union data that is stored in LazyUnion. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector | Apache Hive |
|
| LazyUtils | | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyVoid | | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
|
| LazyVoidObjectInspector | A WritableVoidObjectInspector inspects a NullWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
|
| ListObjectInspector | ListObjectInspector. | Interface | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| ListObjectsEqualComparer | Compare two list of objects. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| ListTypeInfo | A List Type has homogeneous elements. | Class | org.apache.hadoop.hive.serde2.typeinfo | Apache Hive |
|
| LongObjectInspector | A LongObjectInspector inspects an Object representing a Long. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| MapEqualComparer | | Interface | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| MapObjectInspector | | Interface | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| MapTypeInfo | A Map Type has homogeneous keys and homogeneous values. | Class | org.apache.hadoop.hive.serde2.typeinfo | Apache Hive |
|
| MegaStruct | | Class | org.apache.hadoop.hive.serde2.thrift.test | Apache Hive |
|
| MegaStruct ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.hadoop.hive.serde2.thrift.test.MegaStruct | Apache Hive |
|
| MetadataListStructObjectInspector | StructObjectInspector works on struct data that is stored as a Java List or Java Array object. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| MetadataTypedColumnsetSerDe | MetadataTypedColumnsetSerDe. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| MiniStruct | | Class | org.apache.hadoop.hive.serde2.thrift.test | Apache Hive |
|
| MiniStruct ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.hadoop.hive.serde2.thrift.test.MiniStruct | Apache Hive |
|
| MyEnum | | Class | org.apache.hadoop.hive.serde2.thrift.test | Apache Hive |
|
| Node | | Interface | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| NullStructSerDe | | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| NullStructSerDe .NullStructSerDeObjectInspector | A object inspector for null struct serde. | Class | org.apache.hadoop.hive.serde2.NullStructSerDe | Apache Hive |
|
| ObjectInspector | ObjectInspector helps us to look into the internal structure of a complex A (probably configured) ObjectInspector instance stands for a specific type | Interface | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| ObjectInspector .Category | | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector | Apache Hive |
|
| ObjectInspectorConverters | ObjectInspectorConverters. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| ObjectInspectorConverters .Converter | A converter which will convert objects with one ObjectInspector to another. | Interface | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
|
| ObjectInspectorConverters .IdentityConverter | | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
|
| ObjectInspectorConverters .ListConverter | A converter class for List. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
|
| ObjectInspectorConverters .MapConverter | A converter class for Map. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
|
| ObjectInspectorConverters .StructConverter | A converter class for Struct. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
|
| ObjectInspectorConverters .UnionConverter | A converter class for Union. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
|
| ObjectInspectorFactory | ObjectInspectorFactory is the primary way to create new ObjectInspector SerDe classes should call the static functions in this library to create an | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| ObjectInspectorFactory .ObjectInspectorOptions | ObjectInspectorOptions describes what ObjectInspector to use. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory | Apache Hive |
|
| ObjectInspectorUtils | ObjectInspectorFactory is the primary way to create new ObjectInspector SerDe classes should call the static functions in this library to create an | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| ObjectInspectorUtils .ObjectInspectorCopyOption | This enum controls how we copy primitive objects. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils | Apache Hive |
|
| OpenCSVSerde | OpenCSVSerde use opencsv to deserialize CSV format. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| ParquetHiveRecord | This class wraps the object and object inspector that will be used later in DataWritableWriter class to get the object values. | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| PrimitiveObjectInspector | PrimitiveObjectInspector. | Interface | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| PrimitiveObjectInspector .PrimitiveCategory | The primitive types supported by Hive. | Class | org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector | Apache Hive |
|
| PrimitiveObjectInspectorConverter | PrimitiveObjectInspectorConverter. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| PrimitiveObjectInspectorConverter .BinaryConverter | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .BooleanConverter | A converter for the byte type. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .ByteConverter | A converter for the byte type. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .DateConverter | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .DoubleConverter | A converter for the double type. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .FloatConverter | A converter for the float type. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .HiveCharConverter | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .HiveDecimalConverter | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .HiveIntervalDayTimeConverter | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .HiveIntervalYearMonthConverter | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .HiveVarcharConverter | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .IntConverter | A converter for the int type. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .LongConverter | A converter for the long type. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .ShortConverter | A converter for the short type. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .StringConverter | A helper class to convert any primitive to String. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .TextConverter | A helper class to convert any primitive to Text. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorConverter .TimestampConverter | | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter | Apache Hive |
|
| PrimitiveObjectInspectorFactory | PrimitiveObjectInspectorFactory is the primary way to create new PrimitiveObjectInspector instances. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| PrimitiveObjectInspectorUtils | ObjectInspectorFactory is the primary way to create new ObjectInspector SerDe classes should call the static functions in this library to create an | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| PrimitiveObjectInspectorUtils .PrimitiveGrouping | Provide a general grouping for each primitive data type. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils | Apache Hive |
|
| PrimitiveObjectInspectorUtils .PrimitiveTypeEntry | TypeEntry stores information about a Hive Primitive TypeInfo. | Class | org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils | Apache Hive |
|
| PrimitiveTypeInfo | There are limited number of Primitive Types. | Class | org.apache.hadoop.hive.serde2.typeinfo | Apache Hive |
|
| PropValueUnion | | Class | org.apache.hadoop.hive.serde2.thrift.test | Apache Hive |
|
| PropValueUnion ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.hadoop.hive.serde2.thrift.test.PropValueUnion | Apache Hive |
|
| ReflectionStructObjectInspector | ReflectionStructObjectInspector works on struct data that is stored as a native Java object. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| ReflectionStructObjectInspector .MyField | | Class | org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector | Apache Hive |
|
| RegexSerDe | RegexSerDe uses regular expression (regex) to deserialize data. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| SerDe | A union of HiveDeserializer and HiveSerializer interface. | Interface | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| SerDeException | Generic exception class for SerDes. | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| SerDeStats | | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| SerDeStatsStruct | | Interface | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| SerDeUtils | | Class | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| Serializer | HiveSerializer is used to serialize data to a Hadoop Writable object. | Interface | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| SerializeWrite | | Interface | org.apache.hadoop.hive.serde2.fast | Apache Hive |
|
| SetIntString | | Class | org.apache.hadoop.hive.serde2.thrift.test | Apache Hive |
|
| SetIntString ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.hadoop.hive.serde2.thrift.test.SetIntString | Apache Hive |
|
| SettableBinaryObjectInspector | | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableBooleanObjectInspector | A SettableBooleanObjectInspector can set a boolean value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableByteObjectInspector | A SettableByteObjectInspector can set a byte value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableDateObjectInspector | A SettableDecimalObjectInspector can set a Date value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableDoubleObjectInspector | A SettableDoubleObjectInspector can set a double value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableFloatObjectInspector | A SettableFloatObjectInspector can set a float value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableHiveCharObjectInspector | | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableHiveDecimalObjectInspector | A SettableDecimalObjectInspector can set a HiveDecimal value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableHiveIntervalDayTimeObjectInspector | A SettableHiveIntervalDayTimeObjectInspector can set a IntervalDayTime value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableHiveIntervalYearMonthObjectInspector | A SettableHiveIntervalYearMonthObjectInspector can set a IntervalYearMonth value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableHiveVarcharObjectInspector | | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableIntObjectInspector | A SettableIntObjectInspector can set an int value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableListObjectInspector | SettableListObjectInspector. | Interface | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| SettableLongObjectInspector | A SettableLongObjectInspector can set a long value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableMapObjectInspector | SettableMapObjectInspector. | Interface | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| SettableShortObjectInspector | A SettableShortObjectInspector can set a short value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableStringObjectInspector | A SettableStringObjectInspector can set a string value to an object. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableStructObjectInspector | SettableStructObjectInspector. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| SettableTimestampObjectInspector | | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| SettableUnionObjectInspector | SettableUnionObjectInspector. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| ShortObjectInspector | A ShortObjectInspector inspects an Object representing a Short. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| ShortWritable | | Class | org.apache.hadoop.hive.serde2.io | Apache Hive |
|
| ShortWritable .Comparator | A Comparator optimized for BytesWritable. | Class | org.apache.hadoop.hive.serde2.io.ShortWritable | Apache Hive |
|
| SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| SimpleMapEqualComparer | | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| SimpleNode | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| SkippableTProtocol | | Interface | org.apache.hadoop.hive.serde2.thrift | Apache Hive |
|
| StandardConstantListObjectInspector | A StandardListObjectInspector which also implements the ConstantObjectInspector interface. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| StandardConstantMapObjectInspector | A StandardMapObjectInspector which also implements the ConstantObjectInspector interface. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| StandardListObjectInspector | DefaultListObjectInspector works on list data that is stored as a Java List or Java Array object. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| StandardMapObjectInspector | StandardMapObjectInspector works on map data that is stored as a Java Map object. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| StandardStructObjectInspector | ListStructObjectInspector works on struct data that is stored as a Java List or Java Array object. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| StandardStructObjectInspector .MyField | | Class | org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector | Apache Hive |
|
| StandardUnionObjectInspector | StandardUnionObjectInspector works on union data that is stored as It holds the list of the object inspectors corresponding to each type of the | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| StandardUnionObjectInspector .StandardUnion | | Class | org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector | Apache Hive |
|
| StringObjectInspector | A StringObjectInspector inspects an Object representing a String. | Interface | org.apache.hadoop.hive.serde2.objectinspector.primitive | Apache Hive |
|
| StructField | Classes implementing this interface are considered to represent a field of a struct for this serde package. | Interface | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| StructObject | | Interface | org.apache.hadoop.hive.serde2 | Apache Hive |
|
| StructObjectInspector | StructObjectInspector. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| StructTypeInfo | StructTypeInfo represents the TypeInfo of a struct. | Class | org.apache.hadoop.hive.serde2.typeinfo | Apache Hive |
|
| SubStructObjectInspector | 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 | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
|
| TBinarySortableProtocol | An implementation of the Thrift Protocol for binary sortable records. | Class | org.apache.hadoop.hive.serde2.thrift | Apache Hive |
|
| TBinarySortableProtocol .Factory | Factory for TBinarySortableProtocol objects. | Class | org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol | Apache Hive |
|
| TCTLSeparatedProtocol | An implementation of the Thrift Protocol for ctl separated records. | Class | org.apache.hadoop.hive.serde2.thrift | Apache Hive |
|
| TCTLSeparatedProtocol .Factory | Factory for JSON protocol objects. | Class | org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol | Apache Hive |
|
| thrift_grammar | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| thrift_grammarConstants | Token literal values and constants. | Interface | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| thrift_grammarTokenManager | | Class | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| thrift_grammarTreeConstants | | Interface | org.apache.hadoop.hive.serde2.dynamic_type | Apache Hive |
|
| ThriftByteStreamTypedSerDe | ThriftByteStreamTypedSerDe. | Class | org.apache.hadoop.hive.serde2.thrift | Apache Hive |
|
| ThriftDeserializer | | Class | org.apache.hadoop.hive.serde2.thrift | Apache Hive |