public class ParquetDictionaryRowGroupFilter
extends java.lang.Object
| Constructor and Description |
|---|
ParquetDictionaryRowGroupFilter(org.apache.iceberg.Schema schema,
org.apache.iceberg.expressions.Expression unbound) |
ParquetDictionaryRowGroupFilter(org.apache.iceberg.Schema schema,
org.apache.iceberg.expressions.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(org.apache.iceberg.Schema schema,
org.apache.iceberg.expressions.Expression unbound)
public ParquetDictionaryRowGroupFilter(org.apache.iceberg.Schema schema,
org.apache.iceberg.expressions.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