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

Daniel Sun resolved GROOVY-9806.
--------------------------------
    Fix Version/s: 6.0.0-alpha-2
                       (was: 4.x)
         Assignee: Paul King  (was: Daniel Sun)
       Resolution: Fixed

> [GEP] Create a LINQ-like DSL (advanced cases)
> ---------------------------------------------
>
>                 Key: GROOVY-9806
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9806
>             Project: Groovy
>          Issue Type: New Feature
>            Reporter: Daniel Sun
>            Assignee: Paul King
>            Priority: Major
>             Fix For: 6.0.0-alpha-2
>
>
> _(See GROOVY-8258)_
> h3. 9. WITH-Clause
> h4. 9.1
> {code:java}
> with v as (
>     from m in numbers
>     where m <= 5
>     select m
> )
> from n in v
> limit 2, 5
> select n
> {code}
> h3. 10. Union
> h4. 10.1
> {code:java}
> from n in numbers1
> select n
> unionall
> from n in numbers2
> select n
> {code}
> h4. 10.2
> {code:java}
> from n in numbers1
> select n
> union
> from n in numbers2
> select n
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to