Package io.trino.orc.metadata
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