public class LookupExtractionFn extends FunctionalExtraction
ExtractionFn.ExtractionType| Constructor and Description |
|---|
LookupExtractionFn(LookupExtractor lookup,
boolean retainMissingValue,
String replaceMissingValueWith,
Boolean injective,
Boolean optimize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getCacheKey() |
LookupExtractor |
getLookup() |
String |
getReplaceMissingValueWith() |
int |
hashCode() |
boolean |
isInjective() |
boolean |
isOptimize() |
boolean |
isRetainMissingValue() |
String |
toString() |
apply, getExtractionType, preservesOrderingapply, applypublic LookupExtractor getLookup()
public boolean isRetainMissingValue()
isRetainMissingValue in class FunctionalExtractionpublic String getReplaceMissingValueWith()
getReplaceMissingValueWith in class FunctionalExtractionpublic boolean isInjective()
isInjective in class FunctionalExtractionpublic boolean isOptimize()
public byte[] getCacheKey()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.