public class LookupExtractionFn extends FunctionalExtraction
ExtractionFn.ExtractionType| Constructor and Description |
|---|
LookupExtractionFn(LookupExtractor lookup,
boolean retainMissingValue,
String replaceMissingValueWith,
boolean injective) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCacheKey()
Returns a byte[] unique to all concrete implementations of DimExtractionFn.
|
LookupExtractor |
getLookup() |
String |
getReplaceMissingValueWith() |
boolean |
isInjective() |
boolean |
isRetainMissingValue() |
apply, getExtractionType, preservesOrderingapply, applypublic LookupExtractionFn(LookupExtractor lookup, boolean retainMissingValue, @Nullable String replaceMissingValueWith, boolean injective)
public LookupExtractor getLookup()
public boolean isRetainMissingValue()
isRetainMissingValue in class FunctionalExtractionpublic String getReplaceMissingValueWith()
getReplaceMissingValueWith in class FunctionalExtractionpublic boolean isInjective()
isInjective in class FunctionalExtractionpublic byte[] getCacheKey()
ExtractionFnCopyright © 2011–2015. All rights reserved.