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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.orc.OrcFile.ReaderOptions
Enclosing class:
OrcFile

public static class OrcFile.ReaderOptions
extends Object


Method Summary
 OrcFile.ReaderOptions filesystem(org.apache.hadoop.fs.FileSystem fs)
           
 OrcFile.ReaderOptions maxLength(long val)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

filesystem

public OrcFile.ReaderOptions filesystem(org.apache.hadoop.fs.FileSystem fs)

maxLength

public OrcFile.ReaderOptions maxLength(long val)


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