Uses of Package
org.apache.hadoop.hive.ql.io.orc

Packages that use org.apache.hadoop.hive.ql.io.orc
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
 

Classes in org.apache.hadoop.hive.ql.io.orc used by org.apache.hadoop.hive.ql.io.orc
ColumnStatistics
          Statistics that are available for all types of columns.
CompressionKind
          An enumeration that lists the generic compression algorithms that can be applied to ORC files.
Metadata
           
OrcFile.OrcTableProperties
          Enum container for all orc table properties.
OrcFile.ReaderOptions
           
OrcFile.Version
          Create a version number for the ORC file format, so that we can add non-forward compatible changes in the future.
OrcFile.WriterCallback
           
OrcFile.WriterContext
           
OrcFile.WriterOptions
          Options for creating ORC file writers.
OrcRecordUpdater.OrcOptions
          An extension to AcidOutputFormat that allows users to add additional options.
OrcSerde
          A serde class for ORC.
OrcSplit
          OrcFileSplit.
OrcStruct
           
Reader
          The interface for reading ORC files.
Reader.Options
          Options for creating a RecordReader.
RecordReader
          A row-by-row iterator for ORC files.
StripeInformation
          Information about the stripes in an ORC file that is provided by the Reader.
StripeStatistics
           
Writer
          The interface for writing ORC files.
 



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