Uses of Interface
org.apache.hadoop.hive.ql.io.orc.Reader

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

Uses of Reader in org.apache.hadoop.hive.ql.io.orc
 

Methods in org.apache.hadoop.hive.ql.io.orc that return Reader
static Reader OrcFile.createReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path)
          Create an ORC file reader.
static Reader OrcFile.createReader(org.apache.hadoop.fs.Path path, OrcFile.ReaderOptions options)
           
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type Reader
static RecordReader OrcInputFormat.createReaderFromFile(Reader file, org.apache.hadoop.conf.Configuration conf, long offset, long length)
           
 



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