Package io.trino.parquet.predicate
Class DictionaryDescriptor
- java.lang.Object
-
- io.trino.parquet.predicate.DictionaryDescriptor
-
public class DictionaryDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description DictionaryDescriptor(org.apache.parquet.column.ColumnDescriptor columnDescriptor, Optional<DictionaryPage> dictionaryPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.parquet.column.ColumnDescriptorgetColumnDescriptor()Optional<DictionaryPage>getDictionaryPage()
-
-
-
Constructor Detail
-
DictionaryDescriptor
public DictionaryDescriptor(org.apache.parquet.column.ColumnDescriptor columnDescriptor, Optional<DictionaryPage> dictionaryPage)
-
-
Method Detail
-
getColumnDescriptor
public org.apache.parquet.column.ColumnDescriptor getColumnDescriptor()
-
getDictionaryPage
public Optional<DictionaryPage> getDictionaryPage()
-
-