Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
Modifier and Type | Field and Description |
---|---|
protected StripeInformation |
OrcFileValueWrapper.stripeInformation |
Modifier and Type | Field and Description |
---|---|
protected Iterator<StripeInformation> |
OrcFileStripeMergeRecordReader.iter |
Modifier and Type | Method and Description |
---|---|
StripeInformation |
OrcFileValueWrapper.getStripeInformation() |
Modifier and Type | Method and Description |
---|---|
List<StripeInformation> |
ReaderImpl.getStripes() |
List<StripeInformation> |
Reader.getStripes()
Get the list of stripes.
|
Modifier and Type | Method and Description |
---|---|
void |
WriterImpl.appendStripe(byte[] stripe,
int offset,
int length,
StripeInformation stripeInfo,
OrcProto.StripeStatistics stripeStatistics) |
void |
Writer.appendStripe(byte[] stripe,
int offset,
int length,
StripeInformation stripeInfo,
OrcProto.StripeStatistics stripeStatistics)
Fast stripe append to ORC file.
|
RecordReaderImpl.Index |
MetadataReader.readRowIndex(StripeInformation stripe,
OrcProto.StripeFooter footer,
boolean[] included,
OrcProto.RowIndex[] indexes,
boolean[] sargColumns,
OrcProto.BloomFilterIndex[] bloomFilterIndices) |
OrcProto.StripeFooter |
MetadataReader.readStripeFooter(StripeInformation stripe) |
void |
OrcFileValueWrapper.setStripeInformation(StripeInformation stripeInformation) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.