Package org.apache.druid.query.search
Class FragmentSearchQuerySpec
- java.lang.Object
-
- org.apache.druid.query.search.FragmentSearchQuerySpec
-
- All Implemented Interfaces:
Cacheable,SearchQuerySpec
public class FragmentSearchQuerySpec extends Object implements SearchQuerySpec
-
-
Constructor Summary
Constructors Constructor Description FragmentSearchQuerySpec(List<String> values)FragmentSearchQuerySpec(List<String> values, boolean caseSensitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(String dimVal)booleanequals(Object o)byte[]getCacheKey()Get a byte array used as a cache key.List<String>getValues()inthashCode()booleanisCaseSensitive()StringtoString()
-
-
-
Method Detail
-
isCaseSensitive
public boolean isCaseSensitive()
-
accept
public boolean accept(@Nullable String dimVal)
- Specified by:
acceptin interfaceSearchQuerySpec
-
getCacheKey
public byte[] getCacheKey()
Description copied from interface:CacheableGet a byte array used as a cache key.- Specified by:
getCacheKeyin interfaceCacheable- Returns:
- a cache key
-
-