Package org.apache.druid.query.search
Class AllSearchQuerySpec
- java.lang.Object
-
- org.apache.druid.query.search.AllSearchQuerySpec
-
- All Implemented Interfaces:
Cacheable,SearchQuerySpec
public class AllSearchQuerySpec extends Object implements SearchQuerySpec
-
-
Constructor Summary
Constructors Constructor Description AllSearchQuerySpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(String dimVal)booleanequals(Object object)byte[]getCacheKey()Get a byte array used as a cache key.inthashCode()StringtoString()
-
-
-
Method Detail
-
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
-
-