public class ParquetDictionaryRowGroupFilter
extends java.lang.Object
| Constructor and Description | 
|---|
ParquetDictionaryRowGroupFilter(Schema schema,
                               Expression unbound)  | 
ParquetDictionaryRowGroupFilter(Schema schema,
                               Expression unbound,
                               boolean caseSensitive)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
shouldRead(org.apache.parquet.schema.MessageType fileSchema,
          org.apache.parquet.hadoop.metadata.BlockMetaData rowGroup,
          org.apache.parquet.column.page.DictionaryPageReadStore dictionaries)
Test whether the dictionaries for a row group may contain records that match the expression. 
 | 
public ParquetDictionaryRowGroupFilter(Schema schema, Expression unbound)
public ParquetDictionaryRowGroupFilter(Schema schema, Expression unbound, boolean caseSensitive)
public boolean shouldRead(org.apache.parquet.schema.MessageType fileSchema,
                          org.apache.parquet.hadoop.metadata.BlockMetaData rowGroup,
                          org.apache.parquet.column.page.DictionaryPageReadStore dictionaries)
fileSchema - schema for the Parquet filedictionaries - a dictionary page read store