public interface ParquetPredicate
| Modifier and Type | Field and Description |
|---|---|
static ParquetPredicate |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(long numberOfRows,
Map<parquet.column.ColumnDescriptor,parquet.column.statistics.Statistics<?>> statistics)
Should the Parquet Reader process a file section with the specified statistics.
|
boolean |
matches(Map<parquet.column.ColumnDescriptor,ParquetDictionaryDescriptor> dictionaries)
Should the Parquet Reader process a file section with the specified dictionary.
|
static final ParquetPredicate TRUE
boolean matches(long numberOfRows,
Map<parquet.column.ColumnDescriptor,parquet.column.statistics.Statistics<?>> statistics)
numberOfRows - the number of rows in the segment; this can be used with
Statistics to determine if a column is only nullstatistics - column statisticsboolean matches(Map<parquet.column.ColumnDescriptor,ParquetDictionaryDescriptor> dictionaries)
dictionaries - dictionaries per columnCopyright © 2012-2017. All Rights Reserved.