Uses of Class
io.trino.parquet.predicate.DictionaryDescriptor
-
Packages that use DictionaryDescriptor Package Description io.trino.parquet.predicate -
-
Uses of DictionaryDescriptor in io.trino.parquet.predicate
Methods in io.trino.parquet.predicate with parameters of type DictionaryDescriptor Modifier and Type Method Description static DomainTupleDomainParquetPredicate. getDomain(Type type, DictionaryDescriptor dictionaryDescriptor)booleanPredicate. matches(DictionaryDescriptor dictionary)Should the Parquet Reader process a file section with the specified dictionary based on that single dictionary.booleanTupleDomainParquetPredicate. matches(DictionaryDescriptor dictionary)
-