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

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

public static class OneNullRowInputFormat.DummyInputSplit
extends Object


Constructor Summary
OneNullRowInputFormat.DummyInputSplit()
           
 
Method Summary
 long getLength()
           
 String[] getLocations()
           
 void readFields(DataInput arg0)
           
 void write(DataOutput arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneNullRowInputFormat.DummyInputSplit

public OneNullRowInputFormat.DummyInputSplit()
Method Detail

getLength

public long getLength()
               throws IOException
Throws:
IOException

getLocations

public String[] getLocations()
                      throws IOException
Throws:
IOException

readFields

public void readFields(DataInput arg0)
                throws IOException
Throws:
IOException

write

public void write(DataOutput arg0)
           throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation