public class SearchQuerySpecDimExtractionFn extends DimExtractionFn
ExtractionFn.ExtractionType
Constructor and Description |
---|
SearchQuerySpecDimExtractionFn(SearchQuerySpec searchQuerySpec) |
Modifier and Type | Method and Description |
---|---|
String |
apply(String dimValue) |
boolean |
equals(Object o) |
byte[] |
getCacheKey()
Returns a byte[] unique to all concrete implementations of DimExtractionFn.
|
ExtractionFn.ExtractionType |
getExtractionType()
A dim extraction can be of one of two types, renaming or rebucketing.
|
SearchQuerySpec |
getSearchQuerySpec() |
int |
hashCode() |
boolean |
preservesOrdering()
Offers information on whether the extraction will preserve the original ordering of the values.
|
String |
toString() |
apply, apply
public SearchQuerySpecDimExtractionFn(SearchQuerySpec searchQuerySpec)
public SearchQuerySpec getSearchQuerySpec()
public byte[] getCacheKey()
ExtractionFn
public boolean preservesOrdering()
ExtractionFn
public ExtractionFn.ExtractionType getExtractionType()
ExtractionFn
ExtractionFn.ExtractionType
declaring what kind of manipulation this
function doesCopyright © 2011–2015. All rights reserved.