[
https://issues.apache.org/jira/browse/FLINK-12087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-12087:
-----------------------------------
Labels: pull-request-available (was: )
> Introduce over window operators to blink batch
> ----------------------------------------------
>
> Key: FLINK-12087
> URL: https://issues.apache.org/jira/browse/FLINK-12087
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / Runtime
> Reporter: Jingsong Lee
> Assignee: Jingsong Lee
> Priority: Major
> Labels: pull-request-available
>
> Introduce NonBufferOverWindowOperator: Some over windows do not need to
> buffer data, such as rank, rows between unbounded preceding and 0, etc. We
> introduce NonBufferOverWindowOperator to reduce the overhead of data copy in
> buffer.
> Introduce BufferDataOverWindowOperator and OverWindowFrame: 1. Minimize
> duplicate computation in various OverWindowFrame implementations. 2. An
> OverWindowOperator can compute multiple window frames.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)