public static class RCFile.ValueBuffer extends Object implements org.apache.hadoop.io.WritableComparable
| Constructor and Description |
|---|
ValueBuffer()
Deprecated.
|
ValueBuffer(RCFile.KeyBuffer keyBuffer)
Deprecated.
|
ValueBuffer(RCFile.KeyBuffer keyBuffer,
boolean[] skippedColIDs)
Deprecated.
|
ValueBuffer(RCFile.KeyBuffer currentKey,
int columnNumber,
boolean[] skippedCols,
org.apache.hadoop.io.compress.CompressionCodec codec)
Deprecated.
|
ValueBuffer(RCFile.KeyBuffer currentKey,
int columnNumber,
boolean[] skippedCols,
org.apache.hadoop.io.compress.CompressionCodec codec,
boolean lazyDecompress) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearColumnBuffer() |
void |
close() |
int |
compareTo(Object arg0) |
void |
nullColumn(int columnIndex) |
void |
readFields(DataInput in) |
void |
setColumnValueBuffer(NonSyncDataOutputBuffer valBuffer,
int addIndex)
Deprecated.
|
void |
write(DataOutput out) |
@Deprecated public ValueBuffer() throws IOException
IOException@Deprecated public ValueBuffer(RCFile.KeyBuffer keyBuffer) throws IOException
IOException@Deprecated public ValueBuffer(RCFile.KeyBuffer keyBuffer, boolean[] skippedColIDs) throws IOException
IOException@Deprecated public ValueBuffer(RCFile.KeyBuffer currentKey, int columnNumber, boolean[] skippedCols, org.apache.hadoop.io.compress.CompressionCodec codec) throws IOException
IOExceptionpublic ValueBuffer(RCFile.KeyBuffer currentKey, int columnNumber, boolean[] skippedCols, org.apache.hadoop.io.compress.CompressionCodec codec, boolean lazyDecompress) throws IOException
IOException@Deprecated public void setColumnValueBuffer(NonSyncDataOutputBuffer valBuffer, int addIndex)
public void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void nullColumn(int columnIndex)
public void clearColumnBuffer()
throws IOException
IOExceptionpublic void close()
public int compareTo(Object arg0)
compareTo in interface ComparableCopyright © 2019 The Apache Software Foundation. All Rights Reserved.