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

Support Temporal Table Join in blink planner

    XMLWordPrintableJSON

Details

    Description

      Support translate following "FOR SYSTEM_TIME AS OF" query into StreamExecTemporalTableJoin.

      SELECT
        o.amout, o.currency, r.rate, o.amount * r.rate
      FROM
        Orders AS o
        JOIN LatestRates FOR SYSTEM_TIME AS OF o.proctime AS r
        ON r.currency = o.currency
      

      This is an extension to current temporal join (FLINK-9738) using a standard syntax introduced in Calcite 1.19.

      Attachments

        Issue Links

          Activity

            People

              jark Jark Wu
              jark Jark Wu
              Votes:
              0 Vote for this issue
              Watchers:
              3 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