public abstract class BaseTransform extends Object implements Transform
| Modifier and Type | Field and Description |
|---|---|
protected Schema |
inputSchema |
| Constructor and Description |
|---|
BaseTransform() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
getInputSchema()
Getter for input schema
|
List<List<Writable>> |
mapSequence(List<List<Writable>> sequence)
Transform a sequence
|
void |
setInputSchema(Schema inputSchema)
Set the input schema.
|
abstract String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmap, map, mapSequencecolumnName, columnNames, outputColumnName, outputColumnNames, transformprotected Schema inputSchema
public void setInputSchema(Schema inputSchema)
ColumnOpsetInputSchema in interface ColumnOppublic Schema getInputSchema()
ColumnOpgetInputSchema in interface ColumnOppublic List<List<Writable>> mapSequence(List<List<Writable>> sequence)
TransformmapSequence in interface TransformCopyright © 2017. All rights reserved.