Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
/// \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);
Attachments
Issue Links
- depends upon
-
ARROW-11174 [C++][Dataset] Make Expressions available for projection
- Resolved
-
ARROW-11683 [R] Support dplyr::mutate()
- Resolved
- links to