[
https://issues.apache.org/jira/browse/FLINK-20512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-20512:
-----------------------------------
Labels: pull-request-available (was: )
> Introduce getDescription, getOutputType, replaceInput methods for ExecNode
> --------------------------------------------------------------------------
>
> Key: FLINK-20512
> URL: https://issues.apache.org/jira/browse/FLINK-20512
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Planner
> Reporter: godfrey he
> Priority: Major
> Labels: pull-request-available
>
> We will introduce {{getDescription()}} method which returns the description
> information of the ExecNode,
> introduce {{getOutputType()}} method which returns the output {{RowType}} of
> the ExecNode,
> introduce {{replaceInput(int ordinalInParent, ExecEdge newInputEdge,
> ExecNode<?> newInputNode)}} method which can update the input edge and node
> at the given index, meanwhile {{replaceInputNode}} method is deprecated
> Note: {{RelNode}} also has {{getDescription()}} method, so before we finish
> all separation work, we will introduce {{getDesc()}} instead of
> {{getDescription()}} to avoid compile error.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)