[ 
https://issues.apache.org/jira/browse/CALCITE-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Hyde resolved CALCITE-602.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0-incubating

Fixed in 
http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/0ecd8702.

Includes the new STREAM keyword, support for project, filter, aggregate and 
sort streaming queries (join and windowed aggregate are not yet supported), 
support for monotonic expressions, and FLOOR/CEIL(datetime TO timeUnit) 
functions.

See https://github.com/apache/incubator-calcite/blob/master/doc/STREAM.md for a 
description of streaming capabilities.

> Streaming queries
> -----------------
>
>                 Key: CALCITE-602
>                 URL: https://issues.apache.org/jira/browse/CALCITE-602
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Julian Hyde
>             Fix For: 1.1.0-incubating
>
>
> Add basic support for streaming queries. This includes the STREAM keyword 
> (e.g. {code}SELECT STREAM * FROM Orders{code}), and extend the Table SPI to 
> indicate that a table can be streamed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to