Class Footer
java.lang.Object
io.trino.orc.metadata.Footer
-
Constructor Summary
ConstructorsConstructorDescriptionFooter(long numberOfRows, OptionalInt rowsInRowGroup, List<StripeInformation> stripes, ColumnMetadata<OrcType> types, Optional<ColumnMetadata<ColumnStatistics>> fileStats, Map<String, io.airlift.slice.Slice> userMetadata, Optional<Integer> writerId) -
Method Summary
-
Constructor Details
-
Footer
public Footer(long numberOfRows, OptionalInt rowsInRowGroup, List<StripeInformation> stripes, ColumnMetadata<OrcType> types, Optional<ColumnMetadata<ColumnStatistics>> fileStats, Map<String, io.airlift.slice.Slice> userMetadata, Optional<Integer> writerId)
-
-
Method Details
-
getNumberOfRows
public long getNumberOfRows() -
getRowsInRowGroup
-
getStripes
-
getTypes
-
getFileStats
-
getUserMetadata
-
getWriterId
-
toString
-