wjones127 commented on code in PR #14337: URL: https://github.com/apache/arrow/pull/14337#discussion_r997447193
########## r/NEWS.md: ########## @@ -19,6 +19,61 @@ # arrow 9.0.0.9000 +## Arrow dplyr queries + +Several new functions can be used in queries: + +* `dplyr::across()` can be used to apply the same computation across multiple + columns; +* `add_filename()` can be used to get the filename a row came from (only + available when querying `?Dataset`); Review Comment: Yes, in order to link to a class you have to put the `?`. It looks a little dumb, though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
