public interface DimFilter extends Cacheable
Modifier and Type | Method and Description |
---|---|
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.
|
DimFilter |
optimize() |
Filter |
toFilter()
Returns a Filter that implements this DimFilter.
|
getCacheKey
DimFilter optimize()
Filter toFilter()
com.google.common.collect.RangeSet<String> getDimensionRangeSet(String dimension)
dimension
- name of the dimension to get range forCopyright © 2011–2017. All rights reserved.