Package org.apache.parquet.filter
Interface ColumnPredicates.PredicateFunction<T>
-
- Enclosing class:
- ColumnPredicates
public static interface ColumnPredicates.PredicateFunction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfunctionToApply(T input)
-
-
-
Method Detail
-
functionToApply
boolean functionToApply(T input)
-
-