Package io.trino.orc.metadata
Class StripeInformation
- java.lang.Object
-
- io.trino.orc.metadata.StripeInformation
-
public class StripeInformation extends Object
-
-
Constructor Summary
Constructors Constructor Description StripeInformation(int numberOfRows, long offset, long indexLength, long dataLength, long footerLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDataLength()longgetFooterLength()longgetIndexLength()intgetNumberOfRows()longgetOffset()longgetTotalLength()StringtoString()
-