org.apache.hadoop.hive.ql.io.orc
Class TestInputOutputFormat.MyRow

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

public static class TestInputOutputFormat.MyRow
extends Object


Method Summary
 void readFields(DataInput dataInput)
           
 void write(DataOutput dataOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

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

readFields

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


Copyright © 2012 The Apache Software Foundation