[
https://issues.apache.org/jira/browse/ARROW-11704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neal Richardson resolved ARROW-11704.
-------------------------------------
Resolution: Fixed
Issue resolved by pull request 9586
[https://github.com/apache/arrow/pull/9586]
> [R] Wire up dplyr::mutate() for datasets
> ----------------------------------------
>
> Key: ARROW-11704
> URL: https://issues.apache.org/jira/browse/ARROW-11704
> Project: Apache Arrow
> Issue Type: New Feature
> Components: R
> Reporter: Neal Richardson
> Assignee: Neal Richardson
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> https://github.com/apache/arrow/pull/9532/files#diff-621536af77a522e4dd62ede27eba1da5ab533dc6565140c498f86824b25b8cb3R209:
>
> {code}
> /// \brief Set expressions which will be evaluated to produce the
> materialized columns.
> ///
> /// Columns which are not referenced may not be loaded from disk.
> ///
> /// \param[in] exprs expressions to evaluate to produce columns.
> /// \param[in] names list of names for the resulting columns.
> ///
> /// \return Failure if any referenced column does not exists in the
> dataset's
> /// Schema.
> Status Project(std::vector<Expression> exprs, std::vector<std::string>
> names);
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)