Class ListColumnIncluderator
java.lang.Object
org.apache.druid.query.metadata.metadata.ListColumnIncluderator
- All Implemented Interfaces:
Cacheable,ColumnIncluderator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Get a byte array used as a cache key.boolean
-
Constructor Details
-
ListColumnIncluderator
-
-
Method Details
-
getColumns
-
include
- Specified by:
includein interfaceColumnIncluderator
-
getCacheKey
public byte[] getCacheKey()Description copied from interface:CacheableGet a byte array used as a cache key.- Specified by:
getCacheKeyin interfaceCacheable- Returns:
- bytes to be used as cache key - or null if this object should not be cached.
-