public static class OrcFile.KeyWrapper extends Object implements org.apache.hadoop.io.WritableComparable<OrcFile.KeyWrapper>
| Modifier and Type | Field and Description |
|---|---|
ColumnStatistics[] |
columnStats |
CompressionKind |
compression |
int |
compressionSize |
org.apache.hadoop.fs.Path |
inputPath |
StripeInformation |
key |
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector |
objectInspector |
int |
rowIndexStride |
Map<String,ByteBuffer> |
userMetadata |
| Constructor and Description |
|---|
KeyWrapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OrcFile.KeyWrapper o) |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public StripeInformation key
public org.apache.hadoop.fs.Path inputPath
public org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector objectInspector
public CompressionKind compression
public int compressionSize
public int rowIndexStride
public ColumnStatistics[] columnStats
public Map<String,ByteBuffer> userMetadata
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.KeyWrapper o)
compareTo in interface Comparable<OrcFile.KeyWrapper>Copyright © 2013–2021. All rights reserved.