|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.io.RCFile.ValueBuffer
public static class RCFile.ValueBuffer
ValueBuffer is the value of each record in RCFile. Its on-disk layout is as below:
| Constructor Summary | |
|---|---|
RCFile.ValueBuffer()
Deprecated. |
|
RCFile.ValueBuffer(RCFile.KeyBuffer keyBuffer)
Deprecated. |
|
RCFile.ValueBuffer(RCFile.KeyBuffer keyBuffer,
boolean[] skippedColIDs)
Deprecated. |
|
RCFile.ValueBuffer(RCFile.KeyBuffer currentKey,
int columnNumber,
boolean[] skippedCols,
org.apache.hadoop.io.compress.CompressionCodec codec)
Deprecated. |
|
RCFile.ValueBuffer(RCFile.KeyBuffer currentKey,
int columnNumber,
boolean[] skippedCols,
org.apache.hadoop.io.compress.CompressionCodec codec,
boolean lazyDecompress)
|
|
| Method Summary | |
|---|---|
void |
clearColumnBuffer()
|
void |
close()
|
int |
compareTo(Object arg0)
|
void |
readFields(DataInput in)
|
void |
setColumnValueBuffer(NonSyncDataOutputBuffer valBuffer,
int addIndex)
Deprecated. |
void |
write(DataOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public RCFile.ValueBuffer()
throws IOException
IOException
@Deprecated
public RCFile.ValueBuffer(RCFile.KeyBuffer keyBuffer)
throws IOException
IOException
@Deprecated
public RCFile.ValueBuffer(RCFile.KeyBuffer keyBuffer,
boolean[] skippedColIDs)
throws IOException
IOException
@Deprecated
public RCFile.ValueBuffer(RCFile.KeyBuffer currentKey,
int columnNumber,
boolean[] skippedCols,
org.apache.hadoop.io.compress.CompressionCodec codec)
throws IOException
IOException
public RCFile.ValueBuffer(RCFile.KeyBuffer currentKey,
int columnNumber,
boolean[] skippedCols,
org.apache.hadoop.io.compress.CompressionCodec codec,
boolean lazyDecompress)
throws IOException
IOException| Method Detail |
|---|
@Deprecated
public void setColumnValueBuffer(NonSyncDataOutputBuffer valBuffer,
int addIndex)
public void readFields(DataInput in)
throws IOException
readFields in interface org.apache.hadoop.io.WritableIOException
public void write(DataOutput out)
throws IOException
write in interface org.apache.hadoop.io.WritableIOException
public void clearColumnBuffer()
throws IOException
IOExceptionpublic void close()
public int compareTo(Object arg0)
compareTo in interface Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||