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

ASF GitHub Bot updated ARROW-10666:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Rust] [DataFusion] Support nested SELECT statements
> ----------------------------------------------------
>
>                 Key: ARROW-10666
>                 URL: https://issues.apache.org/jira/browse/ARROW-10666
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust - DataFusion
>            Reporter: Daniel Russo
>            Assignee: Daniel Russo
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Support nested {{SELECT}} statements, for example:
> {code}
> SELECT a, b 
> FROM (
>   SELECT a, b, c 
>   FROM (
>     SELECT a, b, c, d 
>     FROM t
>   )
> )
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to