Uses of Class
org.apache.hadoop.hive.ql.io.FlatFileInputFormat.RowContainer

Packages that use FlatFileInputFormat.RowContainer
org.apache.hadoop.hive.ql.io   
 

Uses of FlatFileInputFormat.RowContainer in org.apache.hadoop.hive.ql.io
 

Methods in org.apache.hadoop.hive.ql.io that return FlatFileInputFormat.RowContainer
 FlatFileInputFormat.RowContainer<R> FlatFileInputFormat.FlatFileRecordReader.createValue()
           
 

Methods in org.apache.hadoop.hive.ql.io with parameters of type FlatFileInputFormat.RowContainer
 boolean FlatFileInputFormat.FlatFileRecordReader.next(Void key, FlatFileInputFormat.RowContainer<R> value)
          Returns the next row # and value.
 



Copyright © 2012 The Apache Software Foundation