| Constructor and Description |
|---|
TrueDimFilter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCacheKey() |
com.google.common.collect.RangeSet<String> |
getDimensionRangeSet(String dimension)
Returns a RangeSet that represents the possible range of the input dimension for this DimFilter.This is
applicable to filters that use dimensions such as select, in, bound, and logical filters such as and, or, not.
|
HashSet<String> |
getRequiredColumns() |
DimFilter |
optimize() |
Filter |
toFilter()
Returns a Filter that implements this DimFilter.
|
public byte[] getCacheKey()
getCacheKey in interface Cacheablepublic DimFilter optimize()
public Filter toFilter()
DimFilterpublic com.google.common.collect.RangeSet<String> getDimensionRangeSet(String dimension)
DimFiltergetDimensionRangeSet in interface DimFilterdimension - name of the dimension to get range forpublic HashSet<String> getRequiredColumns()
getRequiredColumns in interface DimFilterCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.