public class ReplaceStringTransform extends BaseStringTransform
columnName, columnNumberinputSchema| Constructor and Description |
|---|
ReplaceStringTransform(String columnName,
Map<String,String> map)
Constructs a new ReplaceStringTransform using the specified
|
| Modifier and Type | Method and Description |
|---|---|
Object |
map(Object o)
Transform an object
in to another object
|
Text |
map(Writable writable)
Transform the writable in to a
string
|
getNewColumnMetaDatacolumnName, columnNames, equals, hashCode, map, mapSequence, outputColumnName, outputColumnNames, setInputSchema, toString, transformgetInputSchema, mapSequenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInputSchemapublic Text map(Writable writable)
BaseStringTransformmap in class BaseStringTransformwritable - the writable to transformCopyright © 2019. All rights reserved.