org.apache.hadoop.hive.ql.io.rcfile.merge
Class RCFileValueBufferWrapper
java.lang.Object
org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileValueBufferWrapper
public class RCFileValueBufferWrapper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valueBuffer
protected RCFile.ValueBuffer valueBuffer
RCFileValueBufferWrapper
public RCFileValueBufferWrapper()
readFields
public void readFields(DataInput in)
throws IOException
- Throws:
IOException
write
public void write(DataOutput out)
throws IOException
- Throws:
IOException
compareTo
public int compareTo(RCFileValueBufferWrapper o)
getValueBuffer
public RCFile.ValueBuffer getValueBuffer()
setValueBuffer
public void setValueBuffer(RCFile.ValueBuffer valueBuffer)
Copyright © 2012 The Apache Software Foundation