| Package | Description |
|---|---|
| org.apache.parquet.filter2.predicate |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
UserDefinedPredicate.canDrop(Statistics<T> statistics)
Given information about a group of records (eg, the min and max value)
Return true to drop all the records in this group, false to keep them for further
inspection.
|
abstract boolean |
UserDefinedPredicate.inverseCanDrop(Statistics<T> statistics)
Same as
UserDefinedPredicate.canDrop(org.apache.parquet.filter2.predicate.Statistics<T>) except this method describes the logical inverse
behavior of this predicate. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.