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

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

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

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcFile.ReaderOptions
 OrcFile.ReaderOptions OrcFile.ReaderOptions.filesystem(org.apache.hadoop.fs.FileSystem fs)
           
 OrcFile.ReaderOptions OrcFile.ReaderOptions.maxLength(long val)
           
static OrcFile.ReaderOptions OrcFile.readerOptions(org.apache.hadoop.conf.Configuration conf)
           
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type OrcFile.ReaderOptions
static Reader OrcFile.createReader(org.apache.hadoop.fs.Path path, OrcFile.ReaderOptions options)
           
 



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