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

Supports UNNEST query in blink planner

    XMLWordPrintableJSON

Details

    Description

      this issue aim to support queries with UNNEST keyword, which relate to nested fields.
      for example:
      table name:
      MyTable

      schema:
      a: int, b int, c array[int]

      sql:
      SELECT a, b, s FROM MyTable, UNNEST(MyTable.c) AS A (s)

      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