| Package | Description |
|---|---|
| org.apache.drill.exec.expr |
Drill expression materialization and evaluation facilities.
|
| Modifier and Type | Method and Description |
|---|---|
RowsMatch |
ComparisonPredicate.matches(StatisticsProvider<C> evaluator)
Semantics of matches() is very similar to what is implemented in Parquet library's
org.apache.parquet.filter2.statisticslevel.StatisticsFilter and
FilterPredicate
Main difference :
1. |
RowsMatch |
IsPredicate.matches(StatisticsProvider<C> evaluator)
Apply the filter condition against the meta of the rowgroup.
|
RowsMatch |
FilterPredicate.matches(StatisticsProvider<T> evaluator) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.