public static class RCFile.ValueBuffer extends Object implements org.apache.hadoop.io.WritableComparable
| Constructor and Description |
|---|
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) |
| 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 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
IOExceptionpublic RCFile.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 © 2017 The Apache Software Foundation. All rights reserved.