public class RowMapCompute extends java.lang.Object implements ComputeCollectorFunc<Row,java.util.Iterator<Row>>
Constructor and Description |
---|
RowMapCompute(MapFunc<Row,Row> mapFn) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
compute(java.util.Iterator<Row> input,
RecordCollector<Row> output) |
void |
prepare(TSetContext context)
Prepare the function.
|
public void compute(java.util.Iterator<Row> input, RecordCollector<Row> output)
compute
in interface ComputeCollectorFunc<Row,java.util.Iterator<Row>>
public void prepare(TSetContext context)
TFunction