public class ParquetMetricsRowGroupFilter
extends java.lang.Object
| Constructor and Description | 
|---|
ParquetMetricsRowGroupFilter(Schema schema,
                            Expression unbound)  | 
ParquetMetricsRowGroupFilter(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)
Test whether the file may contain records that match the expression. 
 | 
public ParquetMetricsRowGroupFilter(Schema schema, Expression unbound)
public ParquetMetricsRowGroupFilter(Schema schema, Expression unbound, boolean caseSensitive)
public boolean shouldRead(org.apache.parquet.schema.MessageType fileSchema,
                          org.apache.parquet.hadoop.metadata.BlockMetaData rowGroup)
fileSchema - schema for the Parquet filerowGroup - metadata for a row group