godfrey he created FLINK-11932:
----------------------------------
Summary: Add support for generating optimized logical plan for 'select * from mytable'
Key: FLINK-11932
URL:
https://issues.apache.org/jira/browse/FLINK-11932 Project: Flink
Issue Type: New Feature
Components: API / Table SQL
Reporter: godfrey he
Assignee: godfrey he
Add support for generating optimized logical plan for 'select * from mytable', including:
1. add {{BatchTableEnvironment}}
2. introduce {{Optimizer}} interface and implements for batch and stream
3. add rules and programs for batch and stream
4. add {{registerTableSource}}, {{optimize}}, {{explain}} methods in {{TableEnvironment}}
5. add plan test infrastructure (relates to
https://issues.apache.org/jira/browse/FLINK-11685 )
6. add {{RelTreeWriterImpl}} to make query plan easier to read (relates to
https://issues.apache.org/jira/browse/FLINK-11680)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)