[jira] [Created] (FLINK-6253) Distinct rowTime with time range boundaries

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-6253) Distinct rowTime with time range boundaries

Shang Yuanchun (Jira)
radu created FLINK-6253:
---------------------------

             Summary: Distinct rowTime with time range boundaries
                 Key: FLINK-6253
                 URL: https://issues.apache.org/jira/browse/FLINK-6253
             Project: Flink
          Issue Type: Sub-task
            Reporter: radu


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`



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)