[
https://issues.apache.org/jira/browse/ARROW-10815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Grove updated ARROW-10815:
-------------------------------
Description:
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}
was:This follows on from https://issues.apache.org/jira/browse/ARROW-10732
and does the integration to complete the feature
> [Rust] [DataFusion] Add optional qualifier to Expr::Col
> -------------------------------------------------------
>
> 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)