public class MatchingDimExtractionFn extends DimExtractionFn
Constructor and Description |
---|
MatchingDimExtractionFn(String expr) |
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.
|
String |
getExpr() |
int |
hashCode() |
boolean |
preservesOrdering()
Offers information on whether the extraction will preserve the original ordering of the values.
|
String |
toString() |
apply, apply
public MatchingDimExtractionFn(String expr)
public byte[] getCacheKey()
ExtractionFn
public String getExpr()
public boolean preservesOrdering()
ExtractionFn
Copyright © 2011–2015. All rights reserved.