Package io.trino.orc.metadata
Class Footer
- java.lang.Object
-
- io.trino.orc.metadata.Footer
-
public class Footer extends Object
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<ColumnMetadata<ColumnStatistics>>getFileStats()longgetNumberOfRows()OptionalIntgetRowsInRowGroup()List<StripeInformation>getStripes()ColumnMetadata<OrcType>getTypes()Map<String,io.airlift.slice.Slice>getUserMetadata()Optional<Integer>getWriterId()StringtoString()
-
-
-
Constructor Detail
-
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 Detail
-
getNumberOfRows
public long getNumberOfRows()
-
getRowsInRowGroup
public OptionalInt getRowsInRowGroup()
-
getStripes
public List<StripeInformation> getStripes()
-
getTypes
public ColumnMetadata<OrcType> getTypes()
-
getFileStats
public Optional<ColumnMetadata<ColumnStatistics>> getFileStats()
-
-