Class SelectorPredicateFactory

java.lang.Object
org.apache.druid.query.filter.SelectorPredicateFactory
All Implemented Interfaces:
DruidPredicateFactory

public class SelectorPredicateFactory extends Object implements DruidPredicateFactory
A DruidPredicateFactory that checks if input values equal a specific, provided value. Initialization work is lazy and thread-safe.