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.
OrcFile.Version
          Create a version number for the ORC file format, so that we can add non-forward compatible changes in the future.
OrcFile.WriterOptions
          Options for creating ORC file writers.
Reader
          The interface for reading ORC files.
RecordReader
          A row-by-row iterator for ORC files.
StripeInformation
          Information about the stripes in an ORC file that is provided by the Reader.
TestOrcNullOptimization.InnerStruct
           
Writer
          The interface for writing ORC files.
 



Copyright © 2012 The Apache Software Foundation