Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-6249 Distinct Aggregates for OVER window
  3. FLINK-6253

Distinct rowTime with time range boundaries

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Table SQL / API
    • None

    Description

      Support distinct aggregates with rowtime order and time range boundaries

      Q1.4. `SELECT SUM( DISTINCT b) OVER (ORDER BY rowTime() RANGE BETWEEN INTERVAL '1' HOUR PRECEDING AND CURRENT ROW) FROM stream1`

      Q1.4. `SELECT COUNT(b), SUM( DISTINCT b) OVER (ORDER BY rowTime() RANGE BETWEEN INTERVAL '1' HOUR PRECEDING AND CURRENT ROW) FROM stream1`

      Attachments

        Activity

          People

            Unassigned Unassigned
            rtudoran radu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: