Uses of Class
org.apache.hadoop.hive.ql.io.orc.OrcFile.Version

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

Uses of OrcFile.Version in org.apache.hadoop.hive.ql.io.orc
 

Fields in org.apache.hadoop.hive.ql.io.orc declared as OrcFile.Version
static OrcFile.Version OrcFile.Version.CURRENT
           
 

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcFile.Version
static OrcFile.Version OrcFile.Version.byName(String name)
           
static OrcFile.Version OrcFile.Version.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OrcFile.Version[] OrcFile.Version.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type OrcFile.Version
 OrcFile.WriterOptions OrcFile.WriterOptions.version(OrcFile.Version value)
          Sets the version of the file that will be written.
 



Copyright © 2012 The Apache Software Foundation