Package org.apache.parquet.filter
Interface RecordFilter
-
- All Known Implementing Classes:
AndRecordFilter,ColumnRecordFilter,NotRecordFilter,OrRecordFilter,PagedRecordFilter
public interface RecordFilterFilter to be applied to a record to work out whether to skip it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMatch()Works out whether the current record can pass through the filter.
-