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

Distinct procTime with time range boundaries

    XMLWordPrintableJSON

Details

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

    Description

      Support proctime distinct aggregates with time boundaries
      Q1.2. `SELECT SUM( DISTINCT b) OVER (ORDER BY procTime() RANGE BETWEEN INTERVAL '1' HOUR PRECEDING AND CURRENT ROW) FROM stream1`

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: