XMLWordPrintableJSON

Details

    Description

      Queries like:

      SELECT 
        o.amount * r.rate 
      FROM 
        Orders AS o, 
        LATERAL TABLE (Rates(o.rowtime)) AS r 
      WHERE o.currency = r.currency

      should evaluate to valid plan with versioned joins plan node.

      Attachments

        Activity

          People

            pnowojski Piotr Nowojski
            pnowojski Piotr Nowojski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: