commit | 7903a883ae752c36166ee4a6f5f120ccde3c4fb6 | [log] [tgz] |
---|---|---|
author | Kostas Kloudas <kkloudas@gmail.com> | Tue Oct 06 11:17:01 2020 +0200 |
committer | MartijnVisser <martijn@2symbols.com> | Mon Apr 04 15:45:43 2022 +0200 |
tree | 2b2186acbca633b21fbc0ecdc5dde7f7ed40d1e4 | |
parent | 07ad3f6869f395bb639d9ef82f2a62d2c79aac29 [diff] |
[FLINK-19485] Add the Transformation.getInputs() method This method is added to unify the way current transformations expose their input transformations to the StreamGraphGenerator. This will serve as a building block in the following commits in order to unify the way Transformations are translated.