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
IOExceptionpublic long getFooterOffset()
public Optional<HiveCompressionCodec> getCompression()
Copyright © 2012–2023. All rights reserved.