public interface DimExtractionFn
Modifier and Type | Method and Description |
---|---|
String |
apply(String dimValue)
The "extraction" function.
|
byte[] |
getCacheKey()
Returns a byte[] unique to all concrete implementations of DimExtractionFn.
|
boolean |
preservesOrdering()
Offers information on whether the extraction will preserve the original ordering of the values.
|
byte[] getCacheKey()
String apply(String dimValue)
dimValue
- the original value of the dimensionboolean preservesOrdering()
Copyright © 2015. All rights reserved.