Class StripeInformation
java.lang.Object
io.trino.orc.metadata.StripeInformation
-
Constructor Summary
ConstructorsConstructorDescriptionStripeInformation(int numberOfRows, long offset, long indexLength, long dataLength, long footerLength) -
Method Summary
-
Constructor Details
-
StripeInformation
public StripeInformation(int numberOfRows, long offset, long indexLength, long dataLength, long footerLength)
-
-
Method Details
-
getNumberOfRows
public int getNumberOfRows() -
getOffset
public long getOffset() -
getIndexLength
public long getIndexLength() -
getDataLength
public long getDataLength() -
getTotalLength
public long getTotalLength() -
toString
-