public interface Transform extends Serializable
Modifier and Type | Method and Description |
---|---|
Schema |
getInputSchema() |
List<Writable> |
map(List<Writable> writables) |
List<List<Writable>> |
mapSequence(List<List<Writable>> sequence)
Transform a sequence
|
void |
setInputSchema(Schema inputSchema)
Set the input schema.
|
Schema |
transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema transform(Schema inputSchema)
void setInputSchema(Schema inputSchema)
map(List)
Schema getInputSchema()
Copyright © 2016. All rights reserved.