Interface ColumnIncluderator
-
- All Superinterfaces:
Cacheable
- All Known Implementing Classes:
AllColumnIncluderator
,ListColumnIncluderator
,NoneColumnIncluderator
public interface ColumnIncluderator extends Cacheable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
include(String columnName)
-
Methods inherited from interface org.apache.druid.java.util.common.Cacheable
getCacheKey
-
-
-
-
Method Detail
-
include
boolean include(String columnName)
-
-