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, preservesOrdering
apply, apply
public LookupExtractionFn(LookupExtractor lookup, boolean retainMissingValue, @Nullable String replaceMissingValueWith, boolean injective)
public LookupExtractor getLookup()
public boolean isRetainMissingValue()
isRetainMissingValue
in class FunctionalExtraction
public String getReplaceMissingValueWith()
getReplaceMissingValueWith
in class FunctionalExtraction
public boolean isInjective()
isInjective
in class FunctionalExtraction
public byte[] getCacheKey()
ExtractionFn
Copyright © 2011–2015. All rights reserved.