Interface ExposesChunkFilter
- All Known Implementing Classes:
AbstractRangeFilter,ByteRangeFilter,CharRangeFilter,ComparableRangeFilter,DoubleRangeFilter,FloatRangeFilter,InstantRangeFilter,IntRangeFilter,LongRangeFilter,MatchFilter,RangeFilter,ShortRangeFilter,SingleSidedComparableRangeFilter
public interface ExposesChunkFilter
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the underlying chunk filter for this filter if available.
-
Method Details
-
chunkFilter
Optional<ChunkFilter> chunkFilter()Retrieve the underlying chunk filter for this filter if available.- Returns:
- If available, returns the underlying chunk filter. Otherwise returns
Optional.empty().
-