Package io.trino.parquet
Class Page
- java.lang.Object
-
- io.trino.parquet.Page
-
- Direct Known Subclasses:
DataPage,DictionaryPage
public abstract class Page extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intuncompressedSize
-
Constructor Summary
Constructors Constructor Description Page(int uncompressedSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetUncompressedSize()
-