public class PageFileFooterReader extends Object
Constructor and Description |
---|
PageFileFooterReader(FSDataInputStream inputStream,
long fileSize) |
Modifier and Type | Method and Description |
---|---|
Optional<HiveCompressionCodec> |
getCompression() |
long |
getFooterOffset() |
List<Long> |
getStripeOffsets() |
public PageFileFooterReader(FSDataInputStream inputStream, long fileSize) throws IOException
IOException
public long getFooterOffset()
public Optional<HiveCompressionCodec> getCompression()
Copyright © 2012–2022. All rights reserved.