public static class ReaderImpl.StripeInformationImpl extends Object implements StripeInformation
| Constructor and Description |
|---|
StripeInformationImpl(OrcProto.StripeInformation stripe) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDataLength()
Get the length of the stripe's data.
|
long |
getFooterLength()
Get the length of the stripe's tail section, which contains its index.
|
long |
getIndexLength()
Get the length of the stripe's indexes.
|
long |
getLength()
Get the total length of the stripe in bytes.
|
long |
getNumberOfRows()
Get the number of rows in the stripe.
|
long |
getOffset()
Get the byte offset of the start of the stripe.
|
String |
toString() |
public StripeInformationImpl(OrcProto.StripeInformation stripe)
public long getOffset()
StripeInformationgetOffset in interface StripeInformationpublic long getLength()
StripeInformationgetLength in interface StripeInformationpublic long getDataLength()
StripeInformationgetDataLength in interface StripeInformationpublic long getFooterLength()
StripeInformationgetFooterLength in interface StripeInformationpublic long getIndexLength()
StripeInformationgetIndexLength in interface StripeInformationpublic long getNumberOfRows()
StripeInformationgetNumberOfRows in interface StripeInformationCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.