[jira] [Created] (FLINK-5224) Improve UDTF: emit rows directly instead of buffering them

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-5224) Improve UDTF: emit rows directly instead of buffering them

Shang Yuanchun (Jira)
Jark Wu created FLINK-5224:
------------------------------

             Summary: Improve UDTF: emit rows directly instead of buffering them
                 Key: FLINK-5224
                 URL: https://issues.apache.org/jira/browse/FLINK-5224
             Project: Flink
          Issue Type: Improvement
          Components: Table API & SQL
            Reporter: Jark Wu


This needs to code generate a `Collector` and register it into instance of {{TableFunction}}, and emit the rows generated by the UDTF directly instead of buffering them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)