Uses of Interface
org.apache.parquet.filter.RecordFilter
-
Packages that use RecordFilter Package Description org.apache.parquet.filter -
-
Uses of RecordFilter in org.apache.parquet.filter
Classes in org.apache.parquet.filter that implement RecordFilter Modifier and Type Class Description classAndRecordFilterProvides ability to chain two filters together.classColumnRecordFilterRecord filter which applies the supplied predicate to the specified column.classNotRecordFilterProvides ability to negate the result of a filter.classOrRecordFilterProvides ability to chain two filters together.classPagedRecordFilterFilter which will only materialize a page worth of results.Methods in org.apache.parquet.filter that return RecordFilter Modifier and Type Method Description RecordFilterUnboundRecordFilter. bind(Iterable<ColumnReader> readers)Call to bind to actual columns and create filter.
-