Xu Yang created FLINK-13668:
-------------------------------
Summary: Add abstract classes for three typical scenarios of (Flat)Mapper.
Key: FLINK-13668
URL:
https://issues.apache.org/jira/browse/FLINK-13668 Project: Flink
Issue Type: Sub-task
Components: Library / Machine Learning
Reporter: Xu Yang
_FlatMapper transforms one Row type data into zero_, _one_, _or more Row type result data_, _and Mapper transforms one Row type data into one Row type result data. For most of practical_ *scenarios*, *the outputs are single column. Using these extend classes*, *we can be more focus on the algorithm development.*
* *Add SISOFlatMapper for the Single Input column and Single Output column scenario.*
* *Add SISOMapper for the Single Input column and Single Output column scenario.*
* *Add MISOMapper for the Multi Input column and Single Output column scenario.*
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)