Uses of Interface
org.apache.hadoop.hive.ql.io.AcidInputFormat.RowReader

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

Uses of AcidInputFormat.RowReader in org.apache.hadoop.hive.ql.io
 

Methods in org.apache.hadoop.hive.ql.io that return AcidInputFormat.RowReader
 AcidInputFormat.RowReader<V> AcidInputFormat.getReader(org.apache.hadoop.mapred.InputSplit split, AcidInputFormat.Options options)
          Get a record reader that provides the user-facing view of the data after it has been merged together.
 

Uses of AcidInputFormat.RowReader in org.apache.hadoop.hive.ql.io.orc
 

Methods in org.apache.hadoop.hive.ql.io.orc that return AcidInputFormat.RowReader
 AcidInputFormat.RowReader<OrcStruct> OrcInputFormat.getReader(org.apache.hadoop.mapred.InputSplit inputSplit, AcidInputFormat.Options options)
           
 



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