public abstract class ParquetPage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
compressedSize |
protected int |
uncompressedSize |
| Constructor and Description |
|---|
ParquetPage(int compressedSize,
int uncompressedSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompressedSize() |
int |
getUncompressedSize() |
Copyright © 2012-2017. All Rights Reserved.