You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/12/08 15:15:00 UTC

[jira] [Updated] (ARROW-10815) [Rust] [DataFusion] Add optional qualifier to Expr::Column

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

Andy Grove updated ARROW-10815:
-------------------------------
    Summary: [Rust] [DataFusion] Add optional qualifier to Expr::Column  (was: [Rust] [DataFusion] Add optional qualifier to Expr::Col)

> [Rust] [DataFusion] Add optional qualifier to Expr::Column
> ----------------------------------------------------------
>
>                 Key: ARROW-10815
>                 URL: https://issues.apache.org/jira/browse/ARROW-10815
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust - DataFusion
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> This follows on from https://issues.apache.org/jira/browse/ARROW-10732 and does the integration to complete the feature.
>  
> Expr::Column will be updated to
>  
> {code:java}
> Column {
>     /// Optional qualifier
>     qualifier: Option<String>,
>     /// Column name
>     name: String,
> }, {code}



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