public class OrcSplit
extends org.apache.hadoop.mapred.FileSplit
| Modifier | Constructor and Description |
|---|---|
protected |
OrcSplit() |
|
OrcSplit(org.apache.hadoop.fs.Path path,
long offset,
long length,
String[] hosts,
org.apache.hadoop.hive.ql.io.orc.ReaderImpl.FileMetaInfo fileMetaInfo,
boolean isOriginal,
boolean hasBase,
List<Long> deltas,
long projectedDataSize) |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getDeltas() |
long |
getProjectedColumnsUncompressedSize() |
boolean |
hasBase() |
boolean |
hasFooter() |
boolean |
isOriginal() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.Writablewrite in class org.apache.hadoop.mapred.FileSplitIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritablereadFields in class org.apache.hadoop.mapred.FileSplitIOExceptionpublic boolean hasFooter()
public boolean isOriginal()
public boolean hasBase()
public long getProjectedColumnsUncompressedSize()
Copyright © 2017 The Apache Software Foundation. All rights reserved.