Class FilterSegmentPruner

java.lang.Object
org.apache.druid.query.filter.FilterSegmentPruner
All Implemented Interfaces:
SegmentPruner

public class FilterSegmentPruner extends Object implements SegmentPruner
Uses a DimFilter to check the DimFilter.getDimensionRangeSet(String) against ShardSpec.possibleInDomain(Map) in order to 'prune' a set of segments whose rows would never match a filter and avoid processing those segments in the first place.