| Modifier and Type | Class and Description |
|---|---|
static class |
LikeDimFilter.LikeMatcher |
| Constructor and Description |
|---|
LikeDimFilter(String dimension,
String pattern,
String escape,
ExtractionFn extractionFn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getCacheKey()
Get a byte array used as a cache key.
|
String |
getDimension() |
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.
|
String |
getEscape() |
ExtractionFn |
getExtractionFn() |
String |
getPattern() |
int |
hashCode() |
DimFilter |
optimize() |
Filter |
toFilter()
Returns a Filter that implements this DimFilter.
|
String |
toString() |
public LikeDimFilter(String dimension, String pattern, String escape, ExtractionFn extractionFn)
public String getDimension()
public String getPattern()
public String getEscape()
public ExtractionFn getExtractionFn()
public byte[] getCacheKey()
CacheablegetCacheKey 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 forCopyright © 2011–2017. All rights reserved.