Package io.trino.parquet.predicate
Class DictionaryDescriptor
java.lang.Object
io.trino.parquet.predicate.DictionaryDescriptor
-
Constructor Summary
ConstructorsConstructorDescriptionDictionaryDescriptor(org.apache.parquet.column.ColumnDescriptor columnDescriptor, boolean nullAllowed, Optional<DictionaryPage> dictionaryPage) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.parquet.column.ColumnDescriptorboolean
-
Constructor Details
-
DictionaryDescriptor
public DictionaryDescriptor(org.apache.parquet.column.ColumnDescriptor columnDescriptor, boolean nullAllowed, Optional<DictionaryPage> dictionaryPage)
-
-
Method Details
-
getColumnDescriptor
public org.apache.parquet.column.ColumnDescriptor getColumnDescriptor() -
isNullAllowed
public boolean isNullAllowed() -
getDictionaryPage
-