public class Footer extends Object
Constructor and Description |
---|
Footer(long numberOfRows,
int rowsInRowGroup,
List<StripeInformation> stripes,
List<OrcType> types,
List<ColumnStatistics> fileStats,
Map<String,io.airlift.slice.Slice> userMetadata) |
Modifier and Type | Method and Description |
---|---|
List<ColumnStatistics> |
getFileStats() |
long |
getNumberOfRows() |
int |
getRowsInRowGroup() |
List<StripeInformation> |
getStripes() |
List<OrcType> |
getTypes() |
Map<String,io.airlift.slice.Slice> |
getUserMetadata() |
String |
toString() |
public Footer(long numberOfRows, int rowsInRowGroup, List<StripeInformation> stripes, List<OrcType> types, List<ColumnStatistics> fileStats, Map<String,io.airlift.slice.Slice> userMetadata)
public long getNumberOfRows()
public int getRowsInRowGroup()
public List<StripeInformation> getStripes()
public List<ColumnStatistics> getFileStats()
Copyright © 2012–2020. All rights reserved.