public class ParquetColumnChunk extends ByteArrayInputStream
buf, count, mark, pos| Constructor and Description |
|---|
ParquetColumnChunk(ParquetColumnChunkDescriptor descriptor,
byte[] data,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
ParquetColumnChunkDescriptor |
getDescriptor() |
int |
getPosition() |
com.facebook.presto.hive.parquet.reader.ParquetPageReader |
readAllPages() |
protected parquet.format.PageHeader |
readPageHeader() |
available, close, mark, markSupported, read, read, reset, skipreadpublic ParquetColumnChunk(ParquetColumnChunkDescriptor descriptor, byte[] data, int offset)
public ParquetColumnChunkDescriptor getDescriptor()
protected parquet.format.PageHeader readPageHeader()
throws IOException
IOExceptionpublic com.facebook.presto.hive.parquet.reader.ParquetPageReader readAllPages() throws IOException
IOExceptionpublic int getPosition()
Copyright © 2012-2017. All Rights Reserved.