public class StringFormatExtractionFn extends DimExtractionFn
ExtractionFn.ExtractionType| Constructor and Description |
|---|
StringFormatExtractionFn(String format) |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(String value) |
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.
|
String |
getFormat() |
int |
hashCode() |
boolean |
preservesOrdering()
Offers information on whether the extraction will preserve the original ordering of the values.
|
apply, applypublic StringFormatExtractionFn(String format)
public String getFormat()
public byte[] getCacheKey()
ExtractionFnpublic boolean preservesOrdering()
ExtractionFnSome optimizations of queries is possible if ordering is preserved. Null values *do* count towards ordering.
public ExtractionFn.ExtractionType getExtractionType()
ExtractionFnExtractionFn.ExtractionType declaring what kind of manipulation this
function doesCopyright © 2011–2016. All rights reserved.