public static class RCFile.ValueBuffer
extends java.lang.Object
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,
CompressionCodec codec)
Deprecated.
|
ValueBuffer(RCFile.KeyBuffer currentKey,
int columnNumber,
boolean[] skippedCols,
CompressionCodec codec,
boolean lazyDecompress) |
Modifier and Type | Method and Description |
---|---|
void |
clearColumnBuffer() |
void |
close() |
int |
compareTo(java.lang.Object arg0) |
void |
nullColumn(int columnIndex) |
void |
readFields(java.io.DataInput in) |
void |
setColumnValueBuffer(NonSyncDataOutputBuffer valBuffer,
int addIndex)
Deprecated.
|
void |
write(java.io.DataOutput out) |
@Deprecated public ValueBuffer() throws java.io.IOException
java.io.IOException
@Deprecated public ValueBuffer(RCFile.KeyBuffer keyBuffer) throws java.io.IOException
java.io.IOException
@Deprecated public ValueBuffer(RCFile.KeyBuffer keyBuffer, boolean[] skippedColIDs) throws java.io.IOException
java.io.IOException
@Deprecated public ValueBuffer(RCFile.KeyBuffer currentKey, int columnNumber, boolean[] skippedCols, CompressionCodec codec) throws java.io.IOException
java.io.IOException
public ValueBuffer(RCFile.KeyBuffer currentKey, int columnNumber, boolean[] skippedCols, CompressionCodec codec, boolean lazyDecompress) throws java.io.IOException
java.io.IOException
@Deprecated public void setColumnValueBuffer(NonSyncDataOutputBuffer valBuffer, int addIndex)
public void readFields(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public void write(java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public void nullColumn(int columnIndex)
public void clearColumnBuffer() throws java.io.IOException
java.io.IOException
public void close()
public int compareTo(java.lang.Object arg0)
Copyright © 2012 The Apache Software Foundation