public static class OrcFile.ValueWrapper extends Object implements org.apache.hadoop.io.WritableComparable<OrcFile.ValueWrapper>
| Modifier and Type | Field and Description |
|---|---|
byte[] |
value |
| Constructor and Description |
|---|
ValueWrapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OrcFile.ValueWrapper o) |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
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 int compareTo(OrcFile.ValueWrapper o)
compareTo in interface Comparable<OrcFile.ValueWrapper>Copyright © 2013–2021. All rights reserved.