public static class RCFile.KeyBuffer extends Object implements org.apache.hadoop.io.WritableComparable
Constructor and Description |
---|
RCFile.KeyBuffer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object arg0) |
int |
getColumnNumber() |
int[] |
getEachColumnUncompressedValueLen() |
int[] |
getEachColumnValueLen() |
int |
getNumberRows() |
int |
getSize()
get number of bytes to store the keyBuffer.
|
void |
nullColumn(int columnIndex) |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
@Deprecated public RCFile.KeyBuffer()
public int getColumnNumber()
public void nullColumn(int columnIndex)
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public int getSize() throws IOException
IOException
public int compareTo(Object arg0)
compareTo
in interface Comparable
public int[] getEachColumnUncompressedValueLen()
public int[] getEachColumnValueLen()
public int getNumberRows()
Copyright © 2017 The Apache Software Foundation. All rights reserved.