You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// \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.StatusProject(std::vector<Expression> exprs, std::vector<std::string> names);
https://github.com/apache/arrow/pull/9532/files#diff-621536af77a522e4dd62ede27eba1da5ab533dc6565140c498f86824b25b8cb3R209:
Reporter: Neal Richardson / @nealrichardson
Assignee: Neal Richardson / @nealrichardson
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-11704. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: