public class MapperAdapter extends Object implements org.apache.flink.api.common.functions.MapFunction<org.apache.flink.types.Row,org.apache.flink.types.Row>
Mapper to a MapFunction so that the mapper can run in
Flink.| Constructor and Description |
|---|
MapperAdapter(Mapper mapper)
Construct a MapperAdapter with the given mapper.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.types.Row |
map(org.apache.flink.types.Row row) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.