Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-11966

Add support for generating optimized logical plan for simple query(Project, Filter, Values and Union all)

    XMLWordPrintableJSON

Details

    Description

      Add support for generating optimized logical plan for simple query,
      1. Project and Filter: SELECT a, b + 1 FROM MyTable WHERE b > 2
      2. Values: SELECT * FROM (VALUES (1, 2, 3)) AS T(a, b, c)
      3. Union all: SELECT a, c FROM (SELECT a, c FROM MyTable1 UNION ALL SELECT a, c FROM MyTable2)

      Union depends on Aggregate to eliminate duplicates, so it will be introduced after Aggregate spported.

      Attachments

        Issue Links

          Activity

            People

              godfreyhe godfrey he
              godfreyhe godfrey he
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m