org.apache.hadoop.hive.ql.io
Class OneNullRowInputFormat.OneNullRowRecordReader

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.OneNullRowInputFormat.OneNullRowRecordReader
Enclosing class:
OneNullRowInputFormat

public static class OneNullRowInputFormat.OneNullRowRecordReader
extends Object


Constructor Summary
OneNullRowInputFormat.OneNullRowRecordReader()
           
 
Method Summary
 void close()
           
 NullWritable createKey()
           
 NullWritable createValue()
           
 long getPos()
           
 float getProgress()
           
 boolean next(NullWritable arg0, NullWritable arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneNullRowInputFormat.OneNullRowRecordReader

public OneNullRowInputFormat.OneNullRowRecordReader()
Method Detail

close

public void close()
           throws IOException
Throws:
IOException

createKey

public NullWritable createKey()

createValue

public NullWritable createValue()

getPos

public long getPos()
            throws IOException
Throws:
IOException

getProgress

public float getProgress()
                  throws IOException
Throws:
IOException

next

public boolean next(NullWritable arg0,
                    NullWritable arg1)
             throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation