Class DictionaryDescriptor

java.lang.Object
io.trino.parquet.predicate.DictionaryDescriptor

public class DictionaryDescriptor extends Object
  • 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

      public Optional<DictionaryPage> getDictionaryPage()