| Name | Description | Type | Package | Framework |
| AbstractParquetMapInspector | | Class | org.apache.hadoop.hive.ql.io.parquet.serde | Apache Hive |
|
| AbstractStorageFormatDescriptor | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| AcidInputFormat | The interface required for input formats that what to support ACID The goal is to provide ACID transactions to Hive. | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| AcidInputFormat .AcidRecordReader | RecordReader returned by AcidInputFormat working in row-at-a-time mode should AcidRecordReader. | Interface | org.apache.hadoop.hive.ql.io.AcidInputFormat | Apache Hive |
|
| AcidInputFormat .Options | Options for controlling the record readers. | Class | org.apache.hadoop.hive.ql.io.AcidInputFormat | Apache Hive |
|
| AcidInputFormat .RawReader | | Interface | org.apache.hadoop.hive.ql.io.AcidInputFormat | Apache Hive |
|
| AcidInputFormat .RowReader | | Interface | org.apache.hadoop.hive.ql.io.AcidInputFormat | Apache Hive |
|
| AcidOutputFormat | An extension for OutputFormats that want to implement ACID transactions. | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| AcidOutputFormat .Options | | Class | org.apache.hadoop.hive.ql.io.AcidOutputFormat | Apache Hive |
|
| AcidUtils | Utilities that are shared by all of the ACID input and output formats. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| AcidUtils .Directory | | Interface | org.apache.hadoop.hive.ql.io.AcidUtils | Apache Hive |
|
| AcidUtils .Operation | | Class | org.apache.hadoop.hive.ql.io.AcidUtils | Apache Hive |
|
| AcidUtils .ParsedDelta | | Class | org.apache.hadoop.hive.ql.io.AcidUtils | Apache Hive |
|
| ArrayWritableObjectInspector | The ArrayWritableObjectInspector will inspect an ArrayWritable, considering it as a Hive struct. | Class | org.apache.hadoop.hive.ql.io.parquet.serde | Apache Hive |
|
| AvroContainerInputFormat | | Class | org.apache.hadoop.hive.ql.io.avro | Apache Hive |
|
| AvroContainerOutputFormat | Write to an Avro file from a Hive process. | Class | org.apache.hadoop.hive.ql.io.avro | Apache Hive |
|
| AvroGenericRecordReader | RecordReader optimized against Avro GenericRecords that returns to record as the value of the k-v pair, as Hive requires. | Class | org.apache.hadoop.hive.ql.io.avro | Apache Hive |
|
| AvroGenericRecordWriter | Write an Avro GenericRecord to an Avro data file. | Class | org.apache.hadoop.hive.ql.io.avro | Apache Hive |
|
| AvroStorageFormatDescriptor | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| BinaryColumnStatistics | Statistics for binary columns. | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| BloomFilterIO | | Class | org.apache.hadoop.hive.ql.io.filters | Apache Hive |
|
| BooleanColumnStatistics | Statistics for boolean columns. | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| BucketizedHiveInputFormat | BucketizedHiveInputFormat serves the similar function as hiveInputFormat but its getSplits() always group splits from one input file into one wrapper | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| BucketizedHiveInputSplit | HiveInputSplit encapsulates an InputSplit with its corresponding inputFormatClass. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| BucketizedHiveRecordReader | BucketizedHiveRecordReader is a wrapper on a list of RecordReader. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| CodecPool | A global compressor/decompressor pool used to save and reuse (possibly native) compression/decompression codecs. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| ColumnStatistics | Statistics that are available for all types of columns. | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| ColumnTruncateMapper | | Class | org.apache.hadoop.hive.ql.io.rcfile.truncate | Apache Hive |
|
| ColumnTruncateTask | | Class | org.apache.hadoop.hive.ql.io.rcfile.truncate | Apache Hive |
|
| ColumnTruncateWork | | Class | org.apache.hadoop.hive.ql.io.rcfile.truncate | Apache Hive |
|
| CombineHiveInputFormat | CombineHiveInputFormat is a parameterized InputFormat which looks at the path name and determine the correct InputFormat for that path name from | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| CombineHiveInputFormat .AvoidSplitCombination | This is a marker interface that is used to identify the formats where combine split generation is not applicable | Interface | org.apache.hadoop.hive.ql.io.CombineHiveInputFormat | Apache Hive |
|
| CombineHiveInputFormat .CombineHiveInputSplit | CombineHiveInputSplit encapsulates an InputSplit with its corresponding inputFormatClassName. | Class | org.apache.hadoop.hive.ql.io.CombineHiveInputFormat | Apache Hive |
|
| CombineHiveRecordReader | CombineHiveRecordReader. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| CompressionCodec | | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| CompressionCodec .Modifier | | Class | org.apache.hadoop.hive.ql.io.orc.CompressionCodec | Apache Hive |
|
| CompressionKind | enum CompressionKindAn enumeration that lists the generic compression algorithms that | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| ContentSummaryInputFormat | ContentSummayInputFormat provides an interface to let the input format itself figure the content summary for a give input path. | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| ConversionTreeReaderFactory | Factory for creating ORC tree readers. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| DataWritableReadSupport | A MapWritableReadSupport Manages the translation between Hive and Parquet | Class | org.apache.hadoop.hive.ql.io.parquet.read | Apache Hive |
|
| DataWritableRecordConverter | | Class | org.apache.hadoop.hive.ql.io.parquet.convert | Apache Hive |
|
| DataWritableWriter | DataWritableWriter is a writer that reads a ParquetWritable object and send the data to the Parquet API with the expected schema. | Class | org.apache.hadoop.hive.ql.io.parquet.write | Apache Hive |
|
| DataWritableWriteSupport | | Class | org.apache.hadoop.hive.ql.io.parquet.write | Apache Hive |
|
| DateColumnStatistics | Statistics for DATE columns. | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| DecimalColumnStatistics | Statistics for decimal columns. | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| DeepParquetHiveMapInspector | The DeepParquetHiveMapInspector will inspect an ArrayWritable, considering it as a Hive map. | Class | org.apache.hadoop.hive.ql.io.parquet.serde | Apache Hive |
|
| DefaultHivePartitioner | Partition keys by their Object. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| DirectDecompressionCodec | | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| DoubleColumnStatistics | Statistics for float and double columns. | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| ETypeConverter | ETypeConverter is an easy way to set the converter for the right type. | Class | org.apache.hadoop.hive.ql.io.parquet.convert | Apache Hive |
|
| ETypeConverter .BinaryConverter | | Class | org.apache.hadoop.hive.ql.io.parquet.convert.ETypeConverter | Apache Hive |
|
| FileDump | A tool for printing out the file structure of ORC files. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| FilterPredicateLeafBuilder | The base class for building parquet supported filter predicate in primary types. | Class | org.apache.hadoop.hive.ql.io.parquet | Apache Hive |
|
| FlatFileInputFormat | An InputFormat for Plain files with Deserializer records. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| FlatFileInputFormat .RowContainer | A work-around until HADOOP-1230 is fixed. | Class | org.apache.hadoop.hive.ql.io.FlatFileInputFormat | Apache Hive |
|
| FlatFileInputFormat .SerializationContext | An implementation of SerializationContext is responsible for looking up the Serialization implementation for the given RecordReader. | Interface | org.apache.hadoop.hive.ql.io.FlatFileInputFormat | Apache Hive |
|
| FlatFileInputFormat .SerializationContextFromConf | An implementation of FlatFileInputFormat. | Class | org.apache.hadoop.hive.ql.io.FlatFileInputFormat | Apache Hive |
|
| HiveBinaryOutputFormat | HiveBinaryOutputFormat writes out the values consecutively without any separators. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveCollectionConverter | | Class | org.apache.hadoop.hive.ql.io.parquet.convert | Apache Hive |
|
| HiveContextAwareRecordReader | This class prepares an IOContext, and provides the ability to perform a binary search on the data. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveFileFormatUtils | An util class for various Hive file format tasks. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveFileFormatUtils .NullOutputCommitter | | Class | org.apache.hadoop.hive.ql.io.HiveFileFormatUtils | Apache Hive |
|
| HiveGroupConverter | | Class | org.apache.hadoop.hive.ql.io.parquet.convert | Apache Hive |
|
| HiveIgnoreKeyTextOutputFormat | HiveIgnoreKeyTextOutputFormat replaces key with null before feeding the to TextOutputFormat. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveIgnoreKeyTextOutputFormat .IgnoreKeyWriter | | Class | org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat | Apache Hive |
|
| HiveInputFormat | HiveInputFormat is a parameterized InputFormat which looks at the path name and determine the correct InputFormat for that path name from | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveInputFormat .HiveInputSplit | HiveInputSplit encapsulates an InputSplit with its corresponding inputFormatClass. | Class | org.apache.hadoop.hive.ql.io.HiveInputFormat | Apache Hive |
|
| HiveKey | HiveKey is a simple wrapper on Text which allows us to set the hashCode easily. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveKey .Comparator | A Comparator optimized for HiveKey. | Class | org.apache.hadoop.hive.ql.io.HiveKey | Apache Hive |
|
| HiveNullValueSequenceFileOutputFormat | A HiveOutputFormat that writes SequenceFiles with the content saved in the keys, and null in the values. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveOutputFormat | HiveOutputFormat describes the output-specification for Hive's operators. | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveOutputFormatImpl | Hive does not use OutputFormat's in a conventional way, but constructs and uses the defined OutputFormat for each table from FileSinkOperator. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HivePartitioner | Partition keys by their Object. | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HivePassThroughOutputFormat | This pass through class is used to wrap OutputFormat implementations such that new OutputFormats not derived from HiveOutputFormat gets through the checker | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HivePassThroughRecordWriter | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveRecordReader | HiveRecordReader is a simple wrapper on RecordReader. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveSchemaConverter | | Class | org.apache.hadoop.hive.ql.io.parquet.convert | Apache Hive |
|
| HiveSequenceFileOutputFormat | A HiveOutputFormat that writes SequenceFiles. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| HiveStructConverter | A MapWritableGroupConverter, real converter between hive and parquet types recursively for complex types. | Class | org.apache.hadoop.hive.ql.io.parquet.convert | Apache Hive |
|
| IgnoreKeyTextOutputFormat | This class replaces key with null before feeding the to TextOutputFormat. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| IgnoreKeyTextOutputFormat .IgnoreKeyWriter | | Class | org.apache.hadoop.hive.ql.io.IgnoreKeyTextOutputFormat | Apache Hive |
|
| InputFormatChecker | Check for validity of the input files. | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| InStream | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| IntegerColumnStatistics | | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| IOConstants | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| IOContext | IOContext basically contains the position information of the current key/value. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| IOContext .Comparison | | Class | org.apache.hadoop.hive.ql.io.IOContext | Apache Hive |
|
| IOPrepareCache | IOPrepareCache is used to cache pre-query io-related objects. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| LeafFilterFactory | | Class | org.apache.hadoop.hive.ql.io.parquet | Apache Hive |
|
| MapredParquetInputFormat | A Parquet InputFormat for Hive (with the deprecated package mapred) NOTE: With HIVE-9235 we removed "implements VectorizedParquetInputFormat" since all data types | Class | org.apache.hadoop.hive.ql.io.parquet | Apache Hive |
|
| MapredParquetOutputFormat | | Class | org.apache.hadoop.hive.ql.io.parquet | Apache Hive |
|
| MergeFileInputFormat | | Class | org.apache.hadoop.hive.ql.io.merge | Apache Hive |
|
| MergeFileMapper | Mapper for fast file merging of ORC and RC files. | Class | org.apache.hadoop.hive.ql.io.merge | Apache Hive |
|
| MergeFileOutputFormat | | Class | org.apache.hadoop.hive.ql.io.merge | Apache Hive |
|
| MergeFileTask | Task for fast merging of ORC and RC files. | Class | org.apache.hadoop.hive.ql.io.merge | Apache Hive |
|
| MergeFileWork | | Class | org.apache.hadoop.hive.ql.io.merge | Apache Hive |
|
| Metadata | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| MetadataReader | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| NanoTime | Provides a wrapper representing a parquet-timestamp, with methods to convert to and from binary. | Class | org.apache.hadoop.hive.ql.io.parquet.timestamp | Apache Hive |
|
| NanoTimeUtils | Utilities for converting from java. | Class | org.apache.hadoop.hive.ql.io.parquet.timestamp | Apache Hive |
|
| NonSyncDataInputBuffer | A thread-not-safe version of Hadoop's DataInputBuffer, which removes all synchronized modifiers. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| NonSyncDataOutputBuffer | A thread-not-safe version of Hadoop's DataOutputBuffer, which removes all synchronized modifiers. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| NullRowsInputFormat | NullRowsInputFormat outputs null rows, maximum 100. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| NullRowsInputFormat .DummyInputSplit | | Class | org.apache.hadoop.hive.ql.io.NullRowsInputFormat | Apache Hive |
|
| NullRowsInputFormat .NullRowsRecordReader | | Class | org.apache.hadoop.hive.ql.io.NullRowsInputFormat | Apache Hive |
|
| OneNullRowInputFormat | OneNullRowInputFormat outputs one null row. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| OneNullRowInputFormat .OneNullRowRecordReader | | Class | org.apache.hadoop.hive.ql.io.OneNullRowInputFormat | Apache Hive |
|
| OrcFile | Contains factory methods to read or write ORC files. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcFile .CompressionStrategy | | Class | org.apache.hadoop.hive.ql.io.orc.OrcFile | Apache Hive |
|
| OrcFile .EncodingStrategy | | Class | org.apache.hadoop.hive.ql.io.orc.OrcFile | Apache Hive |
|
| OrcFile .OrcTableProperties | | Class | org.apache.hadoop.hive.ql.io.orc.OrcFile | Apache Hive |
|
| OrcFile .ReaderOptions | | Class | org.apache.hadoop.hive.ql.io.orc.OrcFile | Apache Hive |
|
| OrcFile .Version | Create a version number for the ORC file format, so that we can add non-forward compatible changes in the future. | Class | org.apache.hadoop.hive.ql.io.orc.OrcFile | Apache Hive |
|
| OrcFile .WriterCallback | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcFile | Apache Hive |
|
| OrcFile .WriterOptions | Options for creating ORC file writers. | Class | org.apache.hadoop.hive.ql.io.orc.OrcFile | Apache Hive |
|
| OrcFile .WriterVersion | Records the version of the writer in terms of which bugs have been fixed. | Class | org.apache.hadoop.hive.ql.io.orc.OrcFile | Apache Hive |
|
| OrcFileKeyWrapper | Key for OrcFileMergeMapper task. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| ORCFileStorageFormatDescriptor | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| OrcFileStripeMergeInputFormat | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcFileStripeMergeRecordReader | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcFileValueWrapper | Value for OrcFileMergeMapper. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcInputFormat | A MapReduce/Hive input format for ORC files. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcInputFormat .NullKeyRecordReader | Return a RecordReader that is compatible with the Hive 0. | Class | org.apache.hadoop.hive.ql.io.orc.OrcInputFormat | Apache Hive |
|
| OrcNewInputFormat | An InputFormat for ORC files. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcNewOutputFormat | An OutputFormat that writes ORC files. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcNewSplit | OrcFileSplit. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcOutputFormat | A Hive OutputFormat for ORC files. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcProto | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcProto .BinaryStatistics | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .BinaryStatistics .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.BinaryStatistics | Apache Hive |
|
| OrcProto .BinaryStatisticsOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .BloomFilter | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .BloomFilter .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.BloomFilter | Apache Hive |
|
| OrcProto .BloomFilterIndex | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .BloomFilterIndex .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.BloomFilterIndex | Apache Hive |
|
| OrcProto .BloomFilterIndexOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .BloomFilterOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .BucketStatistics | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .BucketStatistics .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.BucketStatistics | Apache Hive |
|
| OrcProto .BucketStatisticsOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .ColumnEncoding | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .ColumnEncoding .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.ColumnEncoding | Apache Hive |
|
| OrcProto .ColumnEncoding .Kind | Protobuf enum orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.ColumnEncoding | Apache Hive |
|
| OrcProto .ColumnEncodingOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .ColumnStatistics | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .ColumnStatistics .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.ColumnStatistics | Apache Hive |
|
| OrcProto .ColumnStatisticsOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .CompressionKind | Protobuf enum orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .DateStatistics | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .DateStatistics .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.DateStatistics | Apache Hive |
|
| OrcProto .DateStatisticsOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .DecimalStatistics | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .DecimalStatistics .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.DecimalStatistics | Apache Hive |
|
| OrcProto .DecimalStatisticsOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .DoubleStatistics | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .DoubleStatistics .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.DoubleStatistics | Apache Hive |
|
| OrcProto .DoubleStatisticsOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .Footer | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .Footer .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.Footer | Apache Hive |
|
| OrcProto .FooterOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .IntegerStatistics | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .IntegerStatistics .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.IntegerStatistics | Apache Hive |
|
| OrcProto .IntegerStatisticsOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .Metadata | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .Metadata .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.Metadata | Apache Hive |
|
| OrcProto .MetadataOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .PostScript | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .PostScript .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.PostScript | Apache Hive |
|
| OrcProto .PostScriptOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .RowIndex | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .RowIndex .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.RowIndex | Apache Hive |
|
| OrcProto .RowIndexEntry | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .RowIndexEntry .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.RowIndexEntry | Apache Hive |
|
| OrcProto .RowIndexEntryOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .RowIndexOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .Stream | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .Stream .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.Stream | Apache Hive |
|
| OrcProto .Stream .Kind | Protobuf enum orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.Stream | Apache Hive |
|
| OrcProto .StreamOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .StringStatistics | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .StringStatistics .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.StringStatistics | Apache Hive |
|
| OrcProto .StringStatisticsOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .StripeFooter | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .StripeFooter .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.StripeFooter | Apache Hive |
|
| OrcProto .StripeFooterOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .StripeInformation | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .StripeInformation .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.StripeInformation | Apache Hive |
|
| OrcProto .StripeInformationOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .StripeStatistics | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .StripeStatistics .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.StripeStatistics | Apache Hive |
|
| OrcProto .StripeStatisticsOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .TimestampStatistics | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .TimestampStatistics .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.TimestampStatistics | Apache Hive |
|
| OrcProto .TimestampStatisticsOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .Type | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .Type .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.Type | Apache Hive |
|
| OrcProto .Type .Kind | Protobuf enum orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.Type | Apache Hive |
|
| OrcProto .TypeOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .UserMetadataItem | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcProto .UserMetadataItem .Builder | Protobuf type orc. | Class | org.apache.hadoop.hive.ql.io.orc.OrcProto.UserMetadataItem | Apache Hive |
|
| OrcProto .UserMetadataItemOrBuilder | | Interface | org.apache.hadoop.hive.ql.io.orc.OrcProto | Apache Hive |
|
| OrcRawRecordMerger | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcRecordUpdater | A RecordUpdater where the files are stored as ORC. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcRecordUpdater .OrcOptions | | Class | org.apache.hadoop.hive.ql.io.orc.OrcRecordUpdater | Apache Hive |
|
| OrcSerde | A serde class for ORC. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcSplit | OrcFileSplit. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcStruct | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| OrcUtils | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| ParquetByteInspector | The ParquetByteInspector can inspect both ByteWritables and IntWritables into bytes. | Class | org.apache.hadoop.hive.ql.io.parquet.serde.primitive | Apache Hive |
|
| ParquetFileStorageFormatDescriptor | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| ParquetHiveArrayInspector | The ParquetHiveArrayInspector will inspect an ArrayWritable, considering it as an Hive array. | Class | org.apache.hadoop.hive.ql.io.parquet.serde | Apache Hive |
|
| ParquetHiveSerDe | | Class | org.apache.hadoop.hive.ql.io.parquet.serde | Apache Hive |
|
| ParquetPrimitiveInspectorFactory | The ParquetPrimitiveInspectorFactory allows us to be sure that the same object is inspected by the same inspector. | Class | org.apache.hadoop.hive.ql.io.parquet.serde.primitive | Apache Hive |
|
| ParquetRecordReaderWrapper | | Class | org.apache.hadoop.hive.ql.io.parquet.read | Apache Hive |
|
| ParquetRecordWriterWrapper | | Class | org.apache.hadoop.hive.ql.io.parquet.write | Apache Hive |
|
| ParquetShortInspector | The ParquetShortInspector can inspect both ShortWritables and IntWritables into shorts. | Class | org.apache.hadoop.hive.ql.io.parquet.serde.primitive | Apache Hive |
|
| ParquetStringInspector | The ParquetStringInspector inspects a BinaryWritable to give a Text or String. | Class | org.apache.hadoop.hive.ql.io.parquet.serde.primitive | Apache Hive |
|
| PartialScanMapper | It reads through block header and aggregates statistics at the end. | Class | org.apache.hadoop.hive.ql.io.rcfile.stats | Apache Hive |
|
| PartialScanTask | This task handles RCFile statics calculation via partial scan. | Class | org.apache.hadoop.hive.ql.io.rcfile.stats | Apache Hive |
|
| PartialScanWork | | Class | org.apache.hadoop.hive.ql.io.rcfile.stats | Apache Hive |
|
| PredicateLeaf | The primitive predicates that form a SearchArgument. | Interface | org.apache.hadoop.hive.ql.io.sarg | Apache Hive |
|
| PredicateLeaf .Operator | The possible operators for predicates. | Class | org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf | Apache Hive |
|
| PredicateLeaf .Type | The possible types for sargs. | Class | org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf | Apache Hive |
|
| ProjectionPusher | | Class | org.apache.hadoop.hive.ql.io.parquet | Apache Hive |
|
| RCFile | RCFiles, short of Record Columnar File, are flat files consisting of binary key/value pairs, which shares much similarity with | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| RCFile .KeyBuffer | KeyBuffer is the key of each record in RCFile. | Class | org.apache.hadoop.hive.ql.io.RCFile | Apache Hive |
|
| RCFile .Reader | Read KeyBuffer/ValueBuffer pairs from a RCFile. | Class | org.apache.hadoop.hive.ql.io.RCFile | Apache Hive |
|
| RCFile .ValueBuffer | ValueBuffer is the value of each record in RCFile. | Class | org.apache.hadoop.hive.ql.io.RCFile | Apache Hive |
|
| RCFile .Writer | Write KeyBuffer/ValueBuffer pairs to a RCFile. | Class | org.apache.hadoop.hive.ql.io.RCFile | Apache Hive |
|
| RCFileBlockMergeInputFormat | | Class | org.apache.hadoop.hive.ql.io.rcfile.merge | Apache Hive |
|
| RCFileBlockMergeRecordReader | | Class | org.apache.hadoop.hive.ql.io.rcfile.merge | Apache Hive |
|
| RCFileInputFormat | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| RCFileKeyBufferWrapper | | Class | org.apache.hadoop.hive.ql.io.rcfile.merge | Apache Hive |
|
| RCFileOutputFormat | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| RCFileRecordReader | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| RCFileStorageFormatDescriptor | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| RCFileValueBufferWrapper | | Class | org.apache.hadoop.hive.ql.io.rcfile.merge | Apache Hive |
|
| Reader | The interface for reading ORC files. | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| Reader .Options | Options for creating a RecordReader. | Class | org.apache.hadoop.hive.ql.io.orc.Reader | Apache Hive |
|
| ReaderImpl | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| RecordIdentifier | Gives the Record identifier information for the current record. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| RecordIdentifier .Field | This is in support of VirtualColumn. | Class | org.apache.hadoop.hive.ql.io.RecordIdentifier | Apache Hive |
|
| RecordIdentifier .StructInfo | RecordIdentifier is passed along the operator tree as a struct. | Class | org.apache.hadoop.hive.ql.io.RecordIdentifier | Apache Hive |
|
| RecordReader | A row-by-row iterator for ORC files. | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| RecordReaderFactory | Factory to create ORC tree readers. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| RecordReaderUtils | Stateless methods shared between RecordReaderImpl and EncodedReaderImpl. | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| RecordReaderUtils .ByteBufferAllocatorPool | | Class | org.apache.hadoop.hive.ql.io.orc.RecordReaderUtils | Apache Hive |
|
| RecordUpdater | API for supporting updating records. | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| Repeated | Converters for repeated fields need to know when the parent field starts and ends to correctly build lists from the repeated values. | Interface | org.apache.hadoop.hive.ql.io.parquet.convert | Apache Hive |
|
| Repeated .RepeatedConverterParent | | Class | org.apache.hadoop.hive.ql.io.parquet.convert.Repeated | Apache Hive |
|
| Repeated .RepeatedGroupConverter | | Class | org.apache.hadoop.hive.ql.io.parquet.convert.Repeated | Apache Hive |
|
| Repeated .RepeatedPrimitiveConverter | | Class | org.apache.hadoop.hive.ql.io.parquet.convert.Repeated | Apache Hive |
|
| ReworkMapredInputFormat | | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| SchemaAwareCompressionInputStream | SchemaAwareCompressionInputStream adds the ability to inform the compression stream what column is being read. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| SchemaAwareCompressionOutputStream | SchemaAwareCompressionOutputStream adds the ability to inform the comression stream the current column being compressed. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| SearchArgument | Primary interface for SearchArgument, which are the subset of predicates | Interface | org.apache.hadoop.hive.ql.io.sarg | Apache Hive |
|
| SearchArgument .Builder | A builder object for contexts outside of Hive where it isn't easy to get a ExprNodeDesc. | Interface | org.apache.hadoop.hive.ql.io.sarg.SearchArgument | Apache Hive |
|
| SearchArgument .TruthValue | The potential result sets of logical operations. | Class | org.apache.hadoop.hive.ql.io.sarg.SearchArgument | Apache Hive |
|
| SearchArgumentFactory | A factory for creating SearchArguments. | Class | org.apache.hadoop.hive.ql.io.sarg | Apache Hive |
|
| SequenceFileInputFormatChecker | SequenceFileInputFormatChecker. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| SequenceFileStorageFormatDescriptor | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| StandardParquetHiveMapInspector | The StandardParquetHiveMapInspector will inspect an ArrayWritable, considering it as a Hive map. | Class | org.apache.hadoop.hive.ql.io.parquet.serde | Apache Hive |
|
| StatsProvidingRecordReader | If a file format internally gathers statistics (like ORC) then it can expose the statistics through this interface. | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| StatsProvidingRecordWriter | If a file format internally gathers statistics (like ORC) while writing then it can expose the statistics through this record writer interface. | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| StorageFormatDescriptor | Subclasses represent a storage format for the CREATE TABLE . | Interface | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| StorageFormatFactory | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| StringColumnStatistics | Statistics for string columns. | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| StripeInformation | Information about the stripes in an ORC file that is provided by the Reader. | Interface | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| StripeStatistics | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive |
|
| SymbolicInputFormat | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| SymlinkTextInputFormat | Symlink file is a text file which contains a list of filename / dirname. | Class | org.apache.hadoop.hive.ql.io | Apache Hive |
|
| SymlinkTextInputFormat .SymlinkTextInputSplit | This input split wraps the FileSplit generated from TextInputFormat. | Class | org.apache.hadoop.hive.ql.io.SymlinkTextInputFormat | Apache Hive |
|
| TextFileStorageFormatDescriptor | | Class | org.apache.hadoop.hive.ql.io | Apache Hive |