Uses of Class
org.apache.hadoop.hive.ql.io.orc.Reader.Options

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

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

Methods in org.apache.hadoop.hive.ql.io.orc that return Reader.Options
 Reader.Options Reader.Options.clone()
           
 Reader.Options Reader.Options.include(boolean[] include)
          Set the list of columns to read.
 Reader.Options Reader.Options.range(long offset, long length)
          Set the range of bytes to read
 Reader.Options Reader.Options.searchArgument(SearchArgument sarg, String[] columnNames)
          Set search argument for predicate push down.
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type Reader.Options
 RecordReader Reader.rowsOptions(Reader.Options options)
          Create a RecordReader that uses the options given.
 



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