You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Xu Yang (JIRA)" <ji...@apache.org> on 2019/08/09 15:25:00 UTC

[jira] [Created] (FLINK-13674) Add class of Vector Size Hint Mapper

Xu Yang created FLINK-13674:
-------------------------------

             Summary: Add class of Vector Size Hint Mapper
                 Key: FLINK-13674
                 URL: https://issues.apache.org/jira/browse/FLINK-13674
             Project: Flink
          Issue Type: Sub-task
          Components: Library / Machine Learning
            Reporter: Xu Yang


VectorSizeHintMapper maps a vector to one or zero vector. If vector size is right, vector will be output. If vector size is not right or vector is null, then it will be processed by handle invalid type. 
 * Add VectorSizeHintMapper for mapping Op.
 * Add VectorSizeHintMapperTest for unit test.
 * Add VectorSizeHintParams for parameters.
 * Add HasSize for parameter size.
 * Add HasHandleInvalid for parameter handleInvalid.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)