public interface Transform extends Serializable, ColumnOp
Modifier and Type | Method and Description |
---|---|
List<Writable> |
map(List<Writable> writables)
Transform a writable
in to another writable
|
Object |
map(Object input)
Transform an object
in to another object
|
List<List<Writable>> |
mapSequence(List<List<Writable>> sequence)
Transform a sequence
|
Object |
mapSequence(Object sequence)
Transform a sequence
|
columnName, columnNames, getInputSchema, outputColumnName, outputColumnNames, setInputSchema, transform
List<Writable> map(List<Writable> writables)
writables
- the record to transformObject map(Object input)
input
- the record to transformCopyright © 2016. All rights reserved.