Uses of Class
org.apache.parquet.filter2.predicate.Statistics
-
Packages that use Statistics Package Description org.apache.parquet.filter2.predicate -
-
Uses of Statistics in org.apache.parquet.filter2.predicate
Methods in org.apache.parquet.filter2.predicate with parameters of type Statistics Modifier and Type Method Description abstract booleanUserDefinedPredicate. 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 booleanUserDefinedPredicate. inverseCanDrop(Statistics<T> statistics)Same asUserDefinedPredicate.canDrop(org.apache.parquet.filter2.predicate.Statistics<T>)except this method describes the logical inverse behavior of this predicate.
-